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 197c9ad commit 08deb48Copy full SHA for 08deb48
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
source ./.ci_scripts/update_docs
39
40
- name: deploy
41
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
42
uses: peaceiris/actions-gh-pages@v3
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments