From ac9926537744fa7584b126419b3e372f7906442f Mon Sep 17 00:00:00 2001 From: ghadialhajj Date: Thu, 7 Dec 2023 15:52:13 +0100 Subject: [PATCH] Update sphinx.yml --- .github/workflows/sphinx.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 7920abb..8fc8799 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -28,17 +28,7 @@ jobs: - name: Build Documentation run: | cd docs - make html SPHINXOPTS="-v" - - - deploy: - runs-on: ubuntu-latest - - needs: build - - steps: - - name: Checkout Repository - uses: actions/checkout@v2 + make html - name: List Files in Publish Directory run: | @@ -49,4 +39,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: build/html # Adjust this based on your Sphinx output directory - publish_branch: gh-pages +