Skip to content

Commit c6980fd

Browse files
committed
Fix the workflow that publishes the docs
1 parent b7660ae commit c6980fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish_documentation.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
sphinx-build -b html docs docs/build/html
2626
2727
- name: Publish the documentation
28-
if: success() && github.ref == 'refs/heads/main'
2928
uses: JamesIves/github-pages-deploy-action@3.6.2
3029
with:
3130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)