Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Verify Hugo installation
npx hugo version
# cache hugo modules
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
Expand Down
Loading