From 519f1e48766e5cf29b038b8ff342298cfa173822 Mon Sep 17 00:00:00 2001 From: Jason Lavoie Date: Tue, 7 Jan 2025 16:26:03 -0500 Subject: [PATCH] hardcode hugo version until "withdeploy" works Will need actions-hugo to support `withdeploy: true` from peaceiris/actions-hugo#659 and then this can be changed back to 'latest'. --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62faed5..af20098 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,8 +16,9 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: latest + hugo-version: '0.136.0' extended: true + withdeploy: true - name: Cache uses: actions/cache@v2 with: