Compare commits
2 commits
c8be863e7f
...
702121212a
Author | SHA1 | Date | |
---|---|---|---|
702121212a | |||
998726c0cd |
4 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e4bab35fd1f110eccd9e2382594d297b0f4e60df
|
||||
Subproject commit 18be64e4c3630f4ea946e74161bcf92b8ffb6c05
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6c3be2194534e32ff4d1b3729b9411e169b81b9d
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 72da9f00c79f582abac85b07825cea22e2fa94df
|
Loading…
Reference in a new issue