Skip to content

Commit 9ce3045

Browse files
committed
Adjust publish workflow to new tooling versions
1 parent 825ea60 commit 9ce3045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/cache@v4
1616
with:
1717
path: vendor/bundle
18-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
18+
key: ${{ runner.os }}-cache-${{ hashFiles('**/cache.key') }}
1919
restore-keys: |
20-
${{ runner.os }}-gems-
20+
${{ runner.os }}-cache-
2121
2222
- uses: jeffreytse/jekyll-deploy-action@v0.6.0
2323
with:
@@ -28,7 +28,7 @@ jobs:
2828
jekyll_src: './' # Default is root directory
2929
jekyll_cfg: '_config.yml' # Default is _config.yml
3030
jekyll_baseurl: '' # Default is according to _config.yml
31-
bundler_ver: '>=0' # Default is latest bundler version
31+
bundler_ver: '' # Default is latest bundler version
3232
cname: '' # Default is to not use a cname
3333
actor: '' # Default is the GITHUB_ACTOR
3434
pre_build_commands: '' # Installing additional dependencies (Arch Linux)

0 commit comments

Comments
 (0)