Skip to content

Commit

Permalink
Cache built dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parmjotsinghrobot committed Jun 10, 2024
1 parent 6ba7155 commit 51b2303
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
fetch-depth: 2147483647

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: vendor/bundle
path: |
.asdf/**
vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
Expand Down

0 comments on commit 51b2303

Please sign in to comment.