We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d7b8b commit 848711eCopy full SHA for 848711e
.github/workflows/python-test.yml
@@ -151,7 +151,7 @@ jobs:
151
152
- name: Upload to github pages
153
# only publish doc changes from main branch
154
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
155
uses: peaceiris/actions-gh-pages@v3
156
with:
157
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments