From 17dfee95594b58a2804c7177bb0e98b632eddbb8 Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Thu, 22 Feb 2024 13:10:01 +0100 Subject: [PATCH] fix: deploy.yml --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 757c93d..f11b1d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,3 @@ - - name: build and deploy site # The trigger for the action @@ -28,10 +26,10 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.122.0' + hugo-version: '0.122.2' - name: Build - run: hugo --minify + run: hugo # The last step deploys the site to my server by running # the deploy script located in the ci directory