diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eedd3fc..c654ee3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Deploy Sphinx documentation to Pages # Runs on pushes targeting the default branch on: push: - branches: [main] + branches: [main, docs-ci] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read @@ -27,3 +27,5 @@ jobs: steps: - id: deployment uses: sphinx-notes/pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}