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 f76b927 commit 336d173Copy full SHA for 336d173
.github/workflows/generate_docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ workflow_dispatch:
8
9
env:
10
BASE_PATH: com.zigurous.tweening
@@ -62,7 +63,6 @@ jobs:
62
63
NPM_TOKEN: ${{ secrets.DOCS_TOKEN }}
64
65
- name: Publish
- if: github.event_name == 'push'
66
uses: peaceiris/actions-gh-pages@v3
67
with:
68
personal_token: ${{ secrets.DOCS_TOKEN }}
0 commit comments