Revise CI build script

This commit is contained in:
foo-dogsquared 2019-08-14 17:12:48 +08:00
parent ca1c11b132
commit 113df71e17

View File

@ -5,7 +5,11 @@ dist: xenial
addons:
snaps:
- hugo
- ruby
script:
- gem --version
- gem install asciidoctor
- asciidoctor --version
- hugo
deploy:
local_dir: "public/"
@ -13,6 +17,6 @@ deploy:
skip_cleanup: true
github_token: $GITHUB_TOKEN
target_branch: gh-pages
keep_history: true
on:
branch: master