Skip to content

Commit

Permalink
Update site-icons.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
g0fcn authored Feb 20, 2024
1 parent f0de5ab commit bfa82bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-g0fcn-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-hugomod-
${{ runner.os }}-g0fcn-
- name: Build
working-directory: icons
Expand Down

0 comments on commit bfa82bd

Please sign in to comment.