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