Skip to content

Commit

Permalink
remove gem update call and configure cache to look only for Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent 9d305c8 commit 2ba4157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
restore-keys: ${{ runner.os }}-gems-
# Standard usage
- uses: helaili/jekyll-action@v2
with:
pre_build_commands: gem update --system
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2ba4157

Please sign in to comment.