Skip to content

Commit 3b5f61b

Browse files
committed
chore: fix jekyll build
1 parent 9a7a9ba commit 3b5f61b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3838
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3939
with:
40-
ruby-version: '3.1' # Not needed with a .ruby-version file
40+
ruby-version: "3.4" # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
cache-version: 0 # Increment this number if you need to re-download cached gems
42+
cache-version: 1 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages
4444
id: pages
4545
uses: actions/configure-pages@v5

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
buildInputs = [
1717
pkgs.ruby_3_4
1818
pkgs.rubyPackages_3_4.jekyll
19+
pkgs.act
1920
];
2021
shellHook = ''
2122
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_FOR_TARGET;

0 commit comments

Comments
 (0)