Skip to content

Commit 9ef3d77

Browse files
authored
Update the caches for htmltest to be separate (#3369)
1 parent da8675b commit 9ef3d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-htmltest-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/cache@v4
3737
with:
3838
path: resources
39-
key: ${{ steps.get-date.outputs.date }}-hugo-resources
39+
key: ${{ steps.get-date.outputs.date }}-hugo-resources-htmltest
4040

4141
- uses: actions/cache@v4
4242
with:

.github/workflows/run-htmltest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/cache@v4
3737
with:
3838
path: resources
39-
key: ${{ steps.get-date.outputs.date }}-hugo-resources
39+
key: ${{ steps.get-date.outputs.date }}-hugo-resources-htmltest
4040

4141
- uses: actions/cache@v4
4242
with:

0 commit comments

Comments
 (0)