mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 12:19:36 +00:00
19 lines
298 B
YAML
19 lines
298 B
YAML
![]() |
dist: xenial
|
||
|
|
||
|
# installing Hugo from the snap store'
|
||
|
# https://snapcraft.io/hugo
|
||
|
addons:
|
||
|
snaps:
|
||
|
- hugo
|
||
|
script:
|
||
|
- hugo
|
||
|
deploy:
|
||
|
local_dir: "public/"
|
||
|
provider: pages
|
||
|
skip_cleanup: true
|
||
|
github_token: $GITHUB_TOKEN
|
||
|
target_branch: gh-pages
|
||
|
keep_history: true
|
||
|
on:
|
||
|
branch: master
|