From a6d0c8c502cddce7de0c6d1f911580125155bda0 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 23 Apr 2025 12:45:37 -0700 Subject: [PATCH] content: Update GitHub Pages workflow example --- content/en/host-and-deploy/host-on-github-pages/index.md | 2 ++ 1 file changed, 2 insertions(+) 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 4c00fbc8e..7c3201099 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 @@ -136,6 +136,8 @@ jobs: key: hugo-${{ github.run_id }} restore-keys: hugo- + - name: Configure Git + run: git config core.quotepath false - name: Build with Hugo run: | hugo \