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 c4492f0 commit 25341faCopy full SHA for 25341fa
.github/workflows/generate-bump-pages.yml
@@ -35,7 +35,7 @@ jobs:
35
36
deploy-doc:
37
needs: create-matrix
38
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
39
name: Deploy API documentation on Bump.sh
40
strategy:
41
matrix:
0 commit comments