diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index 09ba26840..c27be51cf 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -25,7 +25,6 @@ jobs: sphinx-build -b html docs docs/build/html - name: Publish the documentation - if: success() && github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@3.6.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}