Skip to content

Commit

Permalink
Update the caches for htmltest to be separate (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Aug 30, 2024
1 parent da8675b commit 9ef3d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-htmltest-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/cache@v4
with:
path: resources
key: ${{ steps.get-date.outputs.date }}-hugo-resources
key: ${{ steps.get-date.outputs.date }}-hugo-resources-htmltest

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/cache@v4
with:
path: resources
key: ${{ steps.get-date.outputs.date }}-hugo-resources
key: ${{ steps.get-date.outputs.date }}-hugo-resources-htmltest

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 9ef3d77

Please sign in to comment.