fix directories for gitea action
Some checks failed
Build and Deploy Hugo Site to Cloudron / build-and-deploy (push) Failing after 6s

This commit is contained in:
2025-11-06 16:40:37 -08:00
parent 942bef5893
commit 29de4903af

View File

@@ -28,7 +28,7 @@ jobs:
# Step 3: Build your site
- name: Build Hugo Site
run: hugo --minify
run: hugo --minify -s askkennyb
# Step 4: Download the standalone Surfer CLI
- name: Download Surfer CLI
@@ -44,4 +44,4 @@ jobs:
./surfer put \
--token ${{ secrets.SURFER_TOKEN }} \
--server ${{ secrets.SURFER_APP_DOMAIN }} \
./public/* /
./askkennyb/public/* /