Update 6 files

- /_tools/blogquine.py
- /_tools/serv00_post-receive
- /_tools/envs_post-receive
- /_data/other_repo_list.csv
- /deploy.sh
- /.readthedocs.yaml
This commit is contained in:
mayx
2026-09-11 10:30:53 +00:00
parent 2036ee2c4f
commit 932e310f9d
6 changed files with 53 additions and 71 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ cd blog
mkdir Mabbs
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
bundle exec jekyll build -d ../public_html
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
mv MayxBlog.tgz ../public_html/
python3 _tools/blogquine.py --src-dir blog --quine-dir blog ../public_html/ MayxBlog.7z
mv MayxBlog.7z ../public_html/
cd ../public_html/
unset GIT_DIR
git init