Skip to content

Commit 24174e3

Browse files
Allow Manually Triggering CI
1 parent 5c74256 commit 24174e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'CI'
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master
@@ -39,4 +40,4 @@ jobs:
3940
path: ./site
4041
- name: Deploy To GitHub Pages
4142
id: deployment
42-
uses: actions/deploy-pages@v4
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)