Skip to content

Commit 336d173

Browse files
committed
Generate docs on workflow_dispatch
1 parent f76b927 commit 336d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
env:
910
BASE_PATH: com.zigurous.tweening
@@ -62,7 +63,6 @@ jobs:
6263
NPM_TOKEN: ${{ secrets.DOCS_TOKEN }}
6364

6465
- name: Publish
65-
if: github.event_name == 'push'
6666
uses: peaceiris/actions-gh-pages@v3
6767
with:
6868
personal_token: ${{ secrets.DOCS_TOKEN }}

0 commit comments

Comments
 (0)