Skip to content

Commit 08deb48

Browse files
authored
[ci skip] try this
1 parent 197c9ad commit 08deb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
source ./.ci_scripts/update_docs
3939
4040
- name: deploy
41-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
41+
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)