Skip to content

Commit ccd56c7

Browse files
committed
chore: deploy wiki manually
1 parent 5a93d55 commit ccd56c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Publish Wiki
22

3-
# Only run on pushes to main branch
43
on:
54
push:
65
branches: [main]
76
paths:
87
- wiki/**
98
- .github/workflows/publish-wiki.yml
9+
workflow_dispatch:
1010

1111
# Prevent multiple wiki deployments from running simultaneously
1212
concurrency:

0 commit comments

Comments
 (0)