From e526ccf8e9b429b72fd9944e4aa298e2daff0d53 Mon Sep 17 00:00:00 2001 From: Charles Sabourdin Date: Tue, 13 Aug 2024 16:32:15 +0200 Subject: [PATCH] chore: force hugo action version to 0.127.0 This due to issue with main road : https://github.com/Vimux/Mainroad/issues/369 --- .github/workflows/gh-pages.yml | 4 ++-- themes/mainroad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 387619f25..780097cda 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: '0.127.0' # extended: true - name: Restore Hugo cache @@ -43,7 +43,7 @@ jobs: run: hugo --minify --baseURL https://${{ vars.DOMAIN }} - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public diff --git a/themes/mainroad b/themes/mainroad index f6792dab5..70f97b69b 160000 --- a/themes/mainroad +++ b/themes/mainroad @@ -1 +1 @@ -Subproject commit f6792dab55382976fdacee75d4189f67900302ee +Subproject commit 70f97b69b46665d36446f73db8d2681ff43b4f3e