From e40c2a151ec330404b581600ba12af01c4d6ced0 Mon Sep 17 00:00:00 2001 From: haeussma <83341109+haeussma@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:02:33 +0100 Subject: [PATCH] updated pages --- .github/workflows/documentation.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index edff7016..9238b5d8 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,10 +1,7 @@ -name: documentation +name: Sphinx documentation build on: push -permissions: - contents: write - jobs: docs: runs-on: ubuntu-latest @@ -21,7 +18,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: - publish_branch: gh-pages + publish_branch: docs github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/build/ - force_orphan: true \ No newline at end of file + publish_dir: docs/build/html + # force_orphan: true \ No newline at end of file