Skip to content

Commit 962a44e

Browse files
committed
Update jekyll-gh-pages.yml
1 parent b9ade22 commit 962a44e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
7+
workflow_dispatch:
8+
89
permissions:
910
contents: write
1011
pages: write
@@ -17,26 +18,26 @@ jobs:
1718
steps:
1819
- name: Checkout repository
1920
uses: actions/checkout@v2
20-
21+
2122
- name: Setup Ruby
2223
uses: ruby/setup-ruby@v1
2324
with:
2425
ruby-version: 3.1
2526
bundler-cache: true
26-
27+
2728
- name: Setup Node.js
2829
uses: actions/setup-node@v2
2930
with:
30-
node-version: '18'
31-
31+
node-version: "18"
32+
3233
- name: Install dependencies
3334
run: npm install
34-
35+
3536
- name: Build the site with Jekyll
3637
uses: limjh16/jekyll-action-ts@v2
3738
with:
3839
enable_cache: true
39-
40+
4041
- name: Upload artifact
4142
uses: actions/upload-pages-artifact@v3
4243
with:

0 commit comments

Comments
 (0)