We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8675b commit 9ef3d77Copy full SHA for 9ef3d77
.github/workflows/run-htmltest-local.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/cache@v4
37
with:
38
path: resources
39
- key: ${{ steps.get-date.outputs.date }}-hugo-resources
+ key: ${{ steps.get-date.outputs.date }}-hugo-resources-htmltest
40
41
42
.github/workflows/run-htmltest.yml
0 commit comments