diff --git a/content/en/host-and-deploy/host-on-github-pages/index.md b/content/en/host-and-deploy/host-on-github-pages/index.md index bbd58ad6a..4c00fbc8e 100644 --- a/content/en/host-and-deploy/host-on-github-pages/index.md +++ b/content/en/host-and-deploy/host-on-github-pages/index.md @@ -133,7 +133,9 @@ jobs: with: path: | ${{ runner.temp }}/hugo_cache - key: hugo + key: hugo-${{ github.run_id }} + restore-keys: + hugo- - name: Build with Hugo run: | hugo \