Compare commits

...

2 Commits

Author SHA1 Message Date
John Gatward
8a5cc5c3a9 Merge branch 'main' of git.umbra.mom:jay/notes
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 13s
2026-03-24 23:06:23 +00:00
John Gatward
9aa9b2740b update deploy.yaml 2026-03-24 23:06:17 +00:00

View File

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