Disable module deployment for now
Some checks failed
/ deploy (push) Failing after 1m50s

This commit is contained in:
Sergio Durigan Junior 2024-09-15 15:52:53 -04:00
parent 998726c0cd
commit 702121212a
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -27,10 +27,10 @@ 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 init github.com/divinerites/plausible-hugo
/usr/bin/hugo mod get
# - name: Prepare modules
# run: |
# /usr/bin/hugo mod init github.com/divinerites/plausible-hugo
# /usr/bin/hugo mod get
- name: Run Hugo
run: /usr/bin/hugo --logLevel info
- name: Run rsync