This commit is contained in:
parent
998726c0cd
commit
702121212a
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@ 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
|
# - name: Prepare modules
|
||||||
run: |
|
# run: |
|
||||||
/usr/bin/hugo mod init github.com/divinerites/plausible-hugo
|
# /usr/bin/hugo mod init github.com/divinerites/plausible-hugo
|
||||||
/usr/bin/hugo mod get
|
# /usr/bin/hugo mod get
|
||||||
- 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