Compare commits

..

2 Commits

Author SHA1 Message Date
Mikey Lombardi (He/Him)
0c1627fdc3
Merge b7e8a5bdba into 7db63f5e7f 2024-05-03 15:17:55 +07:00
Shohei Ueda
7db63f5e7f
docs: bump actions/cache to v4 2024-04-17 13:52:48 +09:00

View File

@ -154,7 +154,7 @@ Insert a cache step before site-building as follows.
Note that with latest hugo version, the [cache dir location](https://gohugo.io/getting-started/configuration/#configure-cachedir) on a Linux-based operating system is `${HOME}/.cache`. On macOS, `${HOME}/Library/Caches` has the location.
```yaml
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above
# path: /tmp/hugo_cache # <-- with hugo version < v0.116.0