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 6s

This commit is contained in:
2026-02-24 21:39:36 -07:00
parent 7342cb64bc
commit 54b41b1fdf

View File

@@ -47,6 +47,9 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- 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: |
rsync -rlD --delete \ rsync -rlD --delete \