mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Revise CI build script
This commit is contained in:
parent
ca1c11b132
commit
113df71e17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user