Compare commits

..

3 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
Jay
3b6dd1de54 dms (#1)
Some checks failed
Build and Deploy MkDocs / deploy (push) Failing after 17s
Reviewed-on: #1
Co-authored-by: Jay <jayo60013@gmail.com>
Co-committed-by: Jay <jayo60013@gmail.com>
2026-03-24 20:14:09 +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