Skip to content

Commit

Permalink
Fix gh permissions to publish gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 25, 2023
1 parent c570829 commit 89a94ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
build:
name: Build & Deploy
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
# checkout code
- uses: actions/checkout@v2
Expand Down

0 comments on commit 89a94ae

Please sign in to comment.