Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
1b66d7e9f2
commit
23bfba4871
2 changed files with 3 additions and 4 deletions
|
@ -28,7 +28,9 @@ jobs:
|
||||||
chmod 0700 ~/.ssh
|
chmod 0700 ~/.ssh
|
||||||
chmod 0700 ~/.ssh/id_rsa
|
chmod 0700 ~/.ssh/id_rsa
|
||||||
- name: Prepare modules
|
- name: Prepare modules
|
||||||
run: /usr/bin/hugo mod get -u
|
run: |
|
||||||
|
/usr/bin/hugo mod init github.com/divinerites/plausible-hugo
|
||||||
|
/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
|
||||||
|
|
3
go.mod
3
go.mod
|
@ -1,3 +0,0 @@
|
||||||
module github.com/divinerites/plausible-hugo
|
|
||||||
|
|
||||||
go 1.22.5
|
|
Loading…
Reference in a new issue