From 5c739ed69573c91e0a745e1d4c9eaa2488097c3f Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 6 Sep 2025 16:15:58 +0000 Subject: Update 5 files - /_data/proxylist.yml - /_data/other_repo_list.csv - /proxylist.md - /other_repo_list.md - /.readthedocs.yaml--- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..5124702 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# 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 + - tar czvf MayxBlog.tgz -C $READTHEDOCS_OUTPUT html + - mv MayxBlog.tgz $READTHEDOCS_OUTPUT/html \ No newline at end of file -- cgit v1.2.3