From 4b56693f683628c96cc7a0c0273a548ab5dad008 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 17 Mar 2025 17:59:02 -0700 Subject: [PATCH] content: Update GitHub Pages sample workflow --- content/en/host-and-deploy/host-on-github-pages/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \