Add publish step
Some checks failed
Building & Deploying Website / Deploy-Website (push) Failing after 20s

This commit is contained in:
2025-11-05 20:23:09 +01:00
parent 4ba6ffad21
commit 2669bb2297

View File

@@ -17,4 +17,9 @@ jobs:
# extended: true
- name: Build
run: hugo --minify
run: hugo --minify
- name: Publish
run: |
rm -rf /mnt/website/*
cp public/* /mnt/website