From 20307e6c9dc271a12892727d2b70498445a241b6 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sat, 6 Jul 2024 22:57:03 +0200 Subject: [PATCH] Update to Hugo version 0.124.1 - Update other actions in deployment workflow --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1aa1127..47a978f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,22 +11,22 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ env.HUGO_RELEASE }} extended: true env: - HUGO_RELEASE: '0.124.1' + HUGO_RELEASE: '0.128.2' - name: Check Hugo installation run: hugo env - name: Build website with Hugo run: hugo --minify --printI18nWarnings - name: Deploy website with rsync - uses: burnett01/rsync-deployments@6.0.0 + uses: burnett01/rsync-deployments@7.0.1 with: switches: -avzr --quiet --delete path: public/