Skip to content

Commit

Permalink
fix: write permission (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Feb 12, 2024
1 parent 1d9d7af commit d273106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
pages: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d273106

Please sign in to comment.