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

This commit is contained in:
2026-02-24 22:36:04 -07:00
parent af8ec84ece
commit 91875cd475

View File

@@ -48,13 +48,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Stop Zensical Service - name: Stop Zensical Service
run: systemctl stop zensical-watchdog run: sudo /usr/bin/systemctl stop zensical-watchdog.service
- name: Cleanup Zensical Docs
run: rm -rf /srv/zensical/docs
- name: Cleanup Zensical Site
run: rm -rf /srv/zensical/site
- name: Sync repository into /srv/zensical/docs - name: Sync repository into /srv/zensical/docs
run: | run: |
@@ -69,7 +63,7 @@ jobs:
. /srv/zensical/docs/ . /srv/zensical/docs/
- name: Start Zensical Service - name: Start Zensical Service
run: systemctl start zensical-watchdog run: sudo /usr/bin/systemctl start zensical-watchdog.service
- name: Notify via NTFY - name: Notify via NTFY
if: always() if: always()