Compare commits

..

No commits in common. "cb929d5b36b0fdfb5ff124e3c015c582db03bc88" and "31cf2073b1d5477dfa62f380b259c4067bdcd2e9" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View file

@ -27,8 +27,6 @@ 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 get -u
- name: Run Hugo
run: /usr/bin/hugo --logLevel info
- name: Run rsync

3
go.mod
View file

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