Skip to content

Commit f5d2956

Browse files
committed
feat: add work_flow distpach event for deploys
1 parent 49922f8 commit f5d2956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
# Review gh actions docs if you want to further define triggers, paths, etc
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
99

10+
workflow_dispatch:
11+
12+
1013
jobs:
1114
build:
1215
name: Build Docusaurus

0 commit comments

Comments
 (0)