diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index 93b940149f9..3a7ca28a59f 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -51,7 +51,6 @@ jobs: run: | cp -r python/sphinx_docs/docs/_build/* python/gh-pages/ - name: Deploy documentation - if: ${{ github.event_name == 'push' }} uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages