Skip to content

Commit 635b189

Browse files
committed
Fix gh-pages publish workflow
1 parent d8078b4 commit 635b189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
22

33
on:
4-
push:
5-
branches: ["main"]
6-
74
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010
permissions:

0 commit comments

Comments
 (0)