From 41f249e04b82a30be7b612f5756d0d15cf44f296 Mon Sep 17 00:00:00 2001 From: tgoelles Date: Fri, 1 Sep 2023 11:20:52 +0000 Subject: [PATCH] back to original --- .github/workflows/sphinx.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index b9e529e..d7eb9d2 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -7,12 +7,12 @@ on: jobs: pages: runs-on: ubuntu-20.04 + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + permissions: + pages: write + id-token: write steps: - id: deployment - uses: sphinx-notes/pages@v3 - with: - publish: false - - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ${{ steps.deployment.outputs.artifact }}# \ No newline at end of file + uses: sphinx-notes/pages@v3 \ No newline at end of file