mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-09-08 01:18:19 +08:00
- /_tools/blogquine.py - /_data/proxylist.yml - /_layouts/default.html - /deploy.sh - /.readthedocs.yaml
16 lines
421 B
YAML
16 lines
421 B
YAML
# Required
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
ruby: "3.3"
|
|
|
|
commands:
|
|
- gem install bundler
|
|
- bundle install
|
|
- 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
|
|
- python3 _tools/blogquine.py $READTHEDOCS_OUTPUT/html MayxBlog.7z
|
|
- mv MayxBlog.7z $READTHEDOCS_OUTPUT/html |