Skip to content

Commit

Permalink
Update deploy-jekyll.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored May 19, 2024
1 parent 0282163 commit 622d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/deploy-pages@v4

- name: Cache build outputs
uses: actions/cache@v4
uses: actions/cache@v4.0.2
with:
path: _site
key: ${{ runner.os }}-build-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

1 comment on commit 622d9eb

@burnt-exe
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirm

Please sign in to comment.