diff options
| author | mayx <mayx@outlook.com> | 2026-09-07 09:23:41 +0000 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-09-07 09:23:41 +0000 |
| commit | 2036ee2c4ffc2074fd0d1dfdb845416a67b76954 (patch) | |
| tree | bbf7a2fadf8b51dc4399fb763266d407edd3fa41 /.readthedocs.yaml | |
| parent | a89e95869e83b9e9124a22eee404c5ab11c3ce22 (diff) | |
- /_tools/blogquine.py
- /_data/proxylist.yml
- /_layouts/default.html
- /deploy.sh
- /.readthedocs.yaml
Diffstat (limited to '.readthedocs.yaml')
| -rw-r--r-- | .readthedocs.yaml | 4 |
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 |
