Skip to content

Commit 6b53445

Browse files
authored
docs: Add workflow_dispatch
1 parent e5855e9 commit 6b53445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- "book/**"
1313
merge_group:
14+
workflow_dispatch:
1415

1516
jobs:
1617
lint:
@@ -100,4 +101,4 @@ jobs:
100101
steps:
101102
- name: Deploy to GitHub Pages
102103
id: deployment
103-
uses: actions/deploy-pages@v4
104+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)