修复bug
Build and Deploy Documentation / build-and-deploy (push) Successful in 14s
Details
Build and Deploy Documentation / build-and-deploy (push) Successful in 14s
Details
This commit is contained in:
parent
bfa7488484
commit
ed7769b01b
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
for f in output/*.html; do
|
for f in output/*.html; do
|
||||||
echo "上传: $(basename "$f") → /manual/manual-readout-program.html"
|
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"
|
-T "$f" "${WEBDAV_URL}/manual/manual-readout-program.html"
|
||||||
done
|
done
|
||||||
echo "部署完成"
|
echo "部署完成"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue