zola-theme-terminimal/.travis.yml

16 lines
240 B
YAML
Raw Normal View History

2019-02-05 19:27:02 +01:00
dist: xenial
before_install:
- sudo snap install --edge --classic zola
before_script:
- zola build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: public
verbose: true