update deploy.yaml

This commit is contained in:
John Gatward
2026-03-24 23:06:17 +00:00
parent 934df269dd
commit 9aa9b2740b

View File

@@ -32,8 +32,8 @@ jobs:
git config http.postBuffer 524288000 git config http.postBuffer 524288000
mv output_content /tmp/site_final mv output_content /tmp/site_final
git checkout --orphan docs-static git fetch origin docs-static
git rm -rf . git checkout docs-static || git checkout --orphan docs-static
cp -r /tmp/site_final/. . cp -r /tmp/site_final/. .
# Optional: Remove source maps to save space # Optional: Remove source maps to save space