Compare commits

...

2 Commits

Author SHA1 Message Date
Elara a52fac333d Switch to hugomods/hugo image
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-12-12 15:25:35 -08:00
Elara d3c3aae568 Update import path 2023-12-12 15:21:34 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ platform: linux/amd64
steps:
build:
image: klakegg/hugo:ext-alpine-ci
image: hugomods/hugo:go-git
commands:
- hugo
- tar czvf site.tar.gz public/

2
go.mod
View File

@ -1,4 +1,4 @@
module go.arsenm.dev/site
module go.elara.ws/site
go 1.19