Update .gitea/workflows/deploy.yml
All checks were successful
Build and deploy docs / deploy (push) Successful in 3s

This commit is contained in:
2026-07-30 05:22:42 +00:00
parent cc5928607f
commit 18615b5915

View File

@@ -26,4 +26,4 @@ jobs:
run: mkdocs build --strict run: mkdocs build --strict
- name: Publish - name: Publish
run: rsync -a --delete site/ /var/www/html run: rsync -a --delete site/ $BAL_DOCS_DEPLOY_DIR