Skip to content

Commit 4e4576b

Browse files
committed
Allow manually triggering a documentation build.
1 parent e654db1 commit 4e4576b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and publish the documentation
33
on:
44
push:
55
branches: [ "main" ]
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)