From 0f86eba4957f99913a3654ddf24ba7f886eb6b89 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Wed, 13 Mar 2024 01:09:26 +0800 Subject: [PATCH] docs: correct default cache path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856dfeb..00f9003 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Note that with latest hugo version, the [cache dir location](https://gohugo.io/g ```yaml - uses: actions/cache@v3 with: - path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above + path: /tmp/hugo_cache_runner # <-- with hugo version v0.116.0 and above # path: /tmp/hugo_cache # <-- with hugo version < v0.116.0 key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} restore-keys: |