Prepare modules when building
All checks were successful
/ deploy (push) Successful in 2m20s

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
Sergio Durigan Junior 2024-09-14 18:48:05 -04:00
parent b39ef3dc1b
commit cb929d5b36
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -27,6 +27,8 @@ jobs:
printf '%s\n' "${SSH_KEY}" > ~/.ssh/id_rsa
chmod 0700 ~/.ssh
chmod 0700 ~/.ssh/id_rsa
- name: Prepare modules
run: /usr/bin/hugo mod get -u
- name: Run Hugo
run: /usr/bin/hugo --logLevel info
- name: Run rsync