Skip to content

Commit

Permalink
Add write permissions to deploy-docs workflow (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Aug 7, 2023
1 parent 3ef7e96 commit dc68dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
- 'master'
jobs:
mkdocs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install mkdocs mkdocs-material
- run: mkdocs gh-deploy
- run: mkdocs gh-deploy

0 comments on commit dc68dc4

Please sign in to comment.