summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authormayx2025-09-06 16:15:58 +0000
committermayx2025-09-06 16:15:58 +0000
commit5c739ed69573c91e0a745e1d4c9eaa2488097c3f (patch)
treeff86ecd80238de9ce13bcaf0c1a33d6562cd37c3 /.readthedocs.yaml
parent6dab77e73cd818bac611bed859249a6c4c1ae674 (diff)
Update 5 files
- /_data/proxylist.yml - /_data/other_repo_list.csv - /proxylist.md - /other_repo_list.md - /.readthedocs.yaml
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml16
1 files changed, 16 insertions, 0 deletions
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