Skip to content

Commit

Permalink
set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-ocampo committed Oct 15, 2024
1 parent b668d39 commit 7d997b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
cd docs
sphinx-build -M html ./source ./_build
- name: List output directory
run: ls -R

- name: Upload documentation
uses: actions/upload-artifact@v4
with:
Expand All @@ -46,6 +43,7 @@ jobs:
if: github.event_name == 'pull_request' # Only deploy on pull requests

permissions:
pages: write
id-token: write

steps:
Expand Down

0 comments on commit 7d997b2

Please sign in to comment.