Skip to content

Commit 6f2f763

Browse files
committed
Add workflow_dispatch trigger to deploy documentation workflow
1 parent 6de9cb2 commit 6f2f763

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
paths:
88
- 'docs/**'
99
- '.github/workflows/deploy-docs.yml'
10-
10+
workflow_dispatch:
11+
1112
permissions:
1213
contents: read
1314
pages: write

0 commit comments

Comments
 (0)