Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
b39ef3dc1b
commit
cb929d5b36
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ jobs:
|
||||||
printf '%s\n' "${SSH_KEY}" > ~/.ssh/id_rsa
|
printf '%s\n' "${SSH_KEY}" > ~/.ssh/id_rsa
|
||||||
chmod 0700 ~/.ssh
|
chmod 0700 ~/.ssh
|
||||||
chmod 0700 ~/.ssh/id_rsa
|
chmod 0700 ~/.ssh/id_rsa
|
||||||
|
- name: Prepare modules
|
||||||
|
run: /usr/bin/hugo mod get -u
|
||||||
- name: Run Hugo
|
- name: Run Hugo
|
||||||
run: /usr/bin/hugo --logLevel info
|
run: /usr/bin/hugo --logLevel info
|
||||||
- name: Run rsync
|
- name: Run rsync
|
||||||
|
|
Loading…
Reference in a new issue