Files
window-maker.github.io/.travis.yml
gryf 04e7b42ceb Introduced submodule for Jekyll plugin.
Currently, we need to clone restructuredText renderer manually. There
was also some brainsplit between readme file and the reality. It should
be easier now, by using either --recurse-submodules for git clone or
git submodule update --update.
2021-02-07 20:03:18 +01:00

21 lines
398 B
YAML

---
language: ruby
env:
- JEKYLL_ENV=production
before_install:
- sudo apt-get install python-pip -y
- sudo pip install docutils pygments
before_script:
- git submodule update --init
install:
- bundle install
script: bundle exec jekyll build
deploy:
provider: pages
github_token: $GITHUB_TOKEN
skip_cleanup: true
local_dir: _site
target_branch: master
on:
branch: source