fix: deploy.yml

This commit is contained in:
Filippo Ferrari 2024-02-22 13:10:01 +01:00
parent af784c5b63
commit 17dfee9559

View file

@ -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