From 7f16dbf6777b9b4665746b9a781970eae954e38e Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 7 Jan 2025 15:43:28 +0000 Subject: [PATCH] Put key in correct place --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 4f1585cc..a628a15a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -22,10 +22,10 @@ jobs: - name: Cache Hugo persistent info uses: https://code.forgejo.org/actions/cache@v4 env: - key: www.byjp.me-hugo-persistent-info cache-name: hugo-persistent-cache with: path: /tmp/hugo + key: www.byjp.me-hugo-persistent-info - name: Build site uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0