Compare commits

...

1 Commits

Author SHA1 Message Date
paul-loedige 8da64e4752 changed location of website output in gitea runner
Deploy Hugo Site / build (push) Successful in 56s
2026-04-20 00:07:23 +09:00
+1 -1
View File
@@ -29,5 +29,5 @@ jobs:
run: hugo --minify --config hugo.toml -d /output
- name: Deploy Hugo Site
run: docker cp /output/. gitea-runner:/output
run: docker cp /output/. gitea-runner:/output/website