From e9c4822a319a8ce7aacbf141a28b9026af83cd3c Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Tue, 26 Nov 2024 15:49:20 +0800 Subject: [PATCH] Pin to a certain version of Hugo --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6b992ec..f3fc7ea 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.92.2' # extended: true - name: Build