Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthetus authored Apr 28, 2024
1 parent 022d47c commit 89c1735
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:

jobs:
deploy-to-github-pages:
# Fix: Permission to Luthetus/Luthetus.Ide.git denied to github-actions
permissions:
contents: write
# use ubuntu-latest image to run steps on
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -42,4 +45,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist/Web/wwwroot
FOLDER: dist/Web/wwwroot

0 comments on commit 89c1735

Please sign in to comment.