Skip to content

Commit dcf4f64

Browse files
authored
Add ability to manually trigger docs workflow
1 parent 8217b5e commit dcf4f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Docs
22

3-
on: [release]
3+
on: [release, workflow_dispatch]
44

55
jobs:
66
build:
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: docs/docs/site
41-
publish_branch: gh-pages
41+
publish_branch: gh-pages

0 commit comments

Comments
 (0)