Update .gitea/workflows/automatic-deployment.yml
Some checks failed
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Failing after 5s
Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 7s

This commit is contained in:
2026-02-24 21:44:29 -07:00
parent 54b41b1fdf
commit 417321150b

View File

@@ -47,6 +47,12 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Stop Zensical Service
run: systemctl stop zensical-watchdog
- name: Cleanup Zensical Docs
run: rm -rf /srv/zensical/docs
- name: Cleanup Zensical Site - name: Cleanup Zensical Site
run: rm -rf /srv/zensical/site run: rm -rf /srv/zensical/site
@@ -62,6 +68,9 @@ jobs:
--chmod=D2775,F664 \ --chmod=D2775,F664 \
. /srv/zensical/docs/ . /srv/zensical/docs/
- name: Start Zensical Service
run: systemctl start zensical-watchdog
- name: Notify via NTFY - name: Notify via NTFY
if: always() if: always()
run: | run: |