Skip to content

Commit fb7d375

Browse files
authored
Allow manual trigger for docs build and publish (#163)
1 parent abf0f10 commit fb7d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)