summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-09-07 09:23:41 +0000
committermayx <mayx@outlook.com>2026-09-07 09:23:41 +0000
commit2036ee2c4ffc2074fd0d1dfdb845416a67b76954 (patch)
treebbf7a2fadf8b51dc4399fb763266d407edd3fa41 /.readthedocs.yaml
parenta89e95869e83b9e9124a22eee404c5ab11c3ce22 (diff)
Update 5 filesHEADmaster
- /_tools/blogquine.py - /_data/proxylist.yml - /_layouts/default.html - /deploy.sh - /.readthedocs.yaml
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 5124702..6ef414a 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,5 +12,5 @@ build:
- mkdir Mabbs
- curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
- bundle exec jekyll build --destination $READTHEDOCS_OUTPUT/html
- - tar czvf MayxBlog.tgz -C $READTHEDOCS_OUTPUT html
- - mv MayxBlog.tgz $READTHEDOCS_OUTPUT/html \ No newline at end of file
+ - python3 _tools/blogquine.py $READTHEDOCS_OUTPUT/html MayxBlog.7z
+ - mv MayxBlog.7z $READTHEDOCS_OUTPUT/html \ No newline at end of file