Finished workflow (I hope)
All checks were successful
Build and Publish Web / build (push) Successful in 1m8s

This commit is contained in:
2026-03-24 22:32:29 +01:00
parent 9c9db094a0
commit 9702741bbe

View File

@@ -27,7 +27,7 @@ jobs:
cd themes/minimal-black
npm install
cd ../..
hugo --minify
hugo --minify -b "https://jirkabuilds.dev/"
- name: Packaging ZIP
run: |
@@ -40,5 +40,8 @@ jobs:
--upload-file build.zip \
"https://git.jirkabuilds.dev/api/packages/${{ github.repository_owner }}/generic/hugo-build/latest/web.zip"
# TODO - Webhook
- name: Trigger Webhook
run: |
curl -X POST "https://hooks.jirkabuilds.dev/hooks/deploy-web" \
-H "X-Deploy-Token: ${{ secrets.WEBHOOK_SECRET }}"