mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
wercker.yml: Add deploy step to push to gh-pages
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
5811a96163
commit
f0f9909a57
@ -22,3 +22,10 @@ build:
|
||||
steps:
|
||||
- arjen/hugo-build@1.8.0:
|
||||
version: "0.15"
|
||||
deploy:
|
||||
steps:
|
||||
- install-packages:
|
||||
packages: git ssh-client
|
||||
- lukevivier/gh-pages@0.2.1:
|
||||
token: $GIT_TOKEN
|
||||
basedir: public
|
||||
|
Loading…
Reference in New Issue
Block a user