We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55fb4c commit daa7386Copy full SHA for daa7386
1 file changed
.github/workflows/docs.yaml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
build-and-publish-docs:
26
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
27
runs-on: ubuntu-latest
28
environment:
29
name: github-pages
0 commit comments