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

This commit is contained in:
2026-01-26 18:21:14 -07:00
parent 60ee3a2275
commit e28971e56a

View File

@@ -42,9 +42,10 @@ jobs:
- name: Sync repository into /srv/zensical/docs
run: |
rsync -a --delete \
rsync -rltD --delete \
--exclude='.git/' \
--exclude='.gitea/' \
--chmod=D2775,F664 \
. /srv/zensical/docs/
- name: Notify via NTFY