2020-01-12 14:14:15 +01:00
|
|
|
box: wercker/default
|
|
|
|
build:
|
2020-01-12 21:29:19 +01:00
|
|
|
steps:
|
|
|
|
- arjen/hugo-build:
|
|
|
|
version: "0.15"
|
|
|
|
theme: hugo-theme-arch
|
2020-06-06 02:32:29 +02:00
|
|
|
flags: --buildDrafts=true
|
2020-01-12 21:29:19 +01:00
|
|
|
|
2020-01-12 14:14:15 +01:00
|
|
|
deploy:
|
2020-01-12 21:29:19 +01:00
|
|
|
steps:
|
2020-06-06 02:32:29 +02:00
|
|
|
- lukevivier/gh-pages@0.2.1:
|
|
|
|
token: $GIT_TOKEN
|
|
|
|
basedir: public
|