Skip to content

Commit d831dbe

Browse files
Format and version
1 parent 0dbdf89 commit d831dbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Deploy
33
on:
44
push:
55
branches: [master]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -25,10 +26,11 @@ jobs:
2526
with:
2627
ruby-version: "3.4"
2728
bundler-cache: true
29+
cache-version: 0
2830

2931
- name: Setup Pages
3032
id: pages
31-
uses: actions/configure-pages@v4
33+
uses: actions/configure-pages@v5
3234

3335
- name: Build with Jekyll
3436
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_url }}"

0 commit comments

Comments
 (0)