diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 16 |
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 |