mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-10 04:31:06 +01:00
16 lines
240 B
YAML
16 lines
240 B
YAML
|
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
|