Skip to content

Commit

Permalink
Add pages: write permission to python docs ci (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 8, 2024
1 parent 88b4c16 commit 40da56f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- 'py-v*'
workflow_dispatch:

# https://stackoverflow.com/a/77412363
permissions:
contents: read
pages: write

jobs:
build:
name: Deploy Python docs
Expand Down

0 comments on commit 40da56f

Please sign in to comment.