修复bug
Build and Deploy Documentation / build-and-deploy (push) Successful in 14s Details

This commit is contained in:
guocheng 2026-07-30 00:08:08 +08:00
parent bfa7488484
commit ed7769b01b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: |
for f in output/*.html; do
echo "上传: $(basename "$f") → /manual/manual-readout-program.html"
curl -sS --retries 3 -u "${WEBDAV_USER}:${WEBDAV_PASS}" \
curl -sS --retry 3 -u "${WEBDAV_USER}:${WEBDAV_PASS}" \
-T "$f" "${WEBDAV_URL}/manual/manual-readout-program.html"
done
echo "部署完成"