summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 1505147eaa257144b565dbe5740e9a33ca7063a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    - python3 _tools/blogquine.py --src-dir blog --quine-dir blog $READTHEDOCS_OUTPUT/html MayxBlog.7z
    - mv MayxBlog.7z $READTHEDOCS_OUTPUT/html