mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-22 12:33:04 +00:00
17 lines
249 B
YAML
17 lines
249 B
YAML
dist: xenial
|
|
|
|
language: generic
|
|
|
|
before_install:
|
|
- sudo snap install --edge zola
|
|
|
|
before_script:
|
|
- zola build
|
|
|
|
deploy:
|
|
provider: pages
|
|
skip-cleanup: true
|
|
github-token: $GITHUB_TOKEN
|
|
keep-history: true
|
|
local-dir: public
|
|
verbose: true
|