Compare commits

..

2 commits

Author SHA1 Message Date
cb929d5b36
Prepare modules when building
All checks were successful
/ deploy (push) Successful in 2m20s
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-09-14 18:48:05 -04:00
b39ef3dc1b
Add Plausible as a module 2024-09-14 18:46:11 -04:00
2 changed files with 5 additions and 0 deletions

View file

@ -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

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/divinerites/plausible-hugo
go 1.22.5