From afc4ce15726dc37ea50123d7a18da801fd6f546d Mon Sep 17 00:00:00 2001 From: pdesanex Date: Thu, 11 Jul 2024 16:49:43 +0100 Subject: [PATCH] Update documentation.yaml --- .github/workflows/documentation.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index cca9d18..ac3b680 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -28,7 +28,6 @@ jobs: run: pdm run sphinx-build docs/source docs/build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}