From 50ade2908082a1305a4e3ef4a4363aacda653f94 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sat, 13 Apr 2024 21:27:11 -0400 Subject: [PATCH] Update Hugo and GH actions versions --- .github/workflows/gh-pages-deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages-deployment.yml b/.github/workflows/gh-pages-deployment.yml index 3ef1eaa..bbfd210 100644 --- a/.github/workflows/gh-pages-deployment.yml +++ b/.github/workflows/gh-pages-deployment.yml @@ -19,16 +19,16 @@ jobs: fetch-depth: 0 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.110.0' + hugo-version: '0.124.1' extended: true - name: Build run: hugo -s docs --minify - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./docs/public -- 2.11.4.GIT