Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
407 B

  1. # Required
  2. version: 2
  3. build:
  4. os: ubuntu-24.04
  5. tools:
  6. ruby: "3.3"
  7. commands:
  8. - gem install bundler
  9. - bundle install
  10. - mkdir Mabbs
  11. - curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
  12. - bundle exec jekyll build --destination $READTHEDOCS_OUTPUT/html
  13. - tar czvf MayxBlog.tgz -C $READTHEDOCS_OUTPUT html
  14. - mv MayxBlog.tgz $READTHEDOCS_OUTPUT/html

Powered by TurnKey Linux.