We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7660ae commit c6980fdCopy full SHA for c6980fd
.github/workflows/publish_documentation.yml
@@ -25,7 +25,6 @@ jobs:
25
sphinx-build -b html docs docs/build/html
26
27
- name: Publish the documentation
28
- if: success() && github.ref == 'refs/heads/main'
29
uses: JamesIves/github-pages-deploy-action@3.6.2
30
with:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments