Skip to content

Commit daa7386

Browse files
authored
Allow manual trigger for docs build and publish
1 parent c55fb4c commit daa7386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build-and-publish-docs:
26-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
26+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2727
runs-on: ubuntu-latest
2828
environment:
2929
name: github-pages

0 commit comments

Comments
 (0)