From 7d997b28cda107de379585b4ef4a71cb2b7cc6b2 Mon Sep 17 00:00:00 2001 From: eduardo-ocampo Date: Mon, 14 Oct 2024 22:13:09 -0700 Subject: [PATCH] set permissions --- .github/workflows/sphinx-docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sphinx-docs.yml b/.github/workflows/sphinx-docs.yml index d46ada6..89de582 100644 --- a/.github/workflows/sphinx-docs.yml +++ b/.github/workflows/sphinx-docs.yml @@ -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: @@ -46,6 +43,7 @@ jobs: if: github.event_name == 'pull_request' # Only deploy on pull requests permissions: + pages: write id-token: write steps: