Skip to content

Commit

Permalink
ci: fix docs pipeline by giving it write permission to pages (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Apr 4, 2023
1 parent ca90d91 commit 0e61242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 0e61242

Please sign in to comment.