summaryrefslogtreecommitdiff
path: root/_tools/envs_post-receive
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-09-11 10:30:53 +0000
committermayx <mayx@outlook.com>2026-09-11 10:30:53 +0000
commit932e310f9d003b2f8bf9c7efd39d112c9dc50d0e (patch)
treeb9290352c1d049f001d1d2011bca4080223e7936 /_tools/envs_post-receive
parent2036ee2c4ffc2074fd0d1dfdb845416a67b76954 (diff)
Update 6 filesHEADmaster
- /_tools/blogquine.py - /_tools/serv00_post-receive - /_tools/envs_post-receive - /_data/other_repo_list.csv - /deploy.sh - /.readthedocs.yaml
Diffstat (limited to '_tools/envs_post-receive')
-rw-r--r--_tools/envs_post-receive4
1 files changed, 2 insertions, 2 deletions
diff --git a/_tools/envs_post-receive b/_tools/envs_post-receive
index 9385c67..fa0f7c6 100644
--- a/_tools/envs_post-receive
+++ b/_tools/envs_post-receive
@@ -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