mirror of
https://github.com/correl/correl.github.io.git
synced 2024-12-28 19:19:17 +00:00
19 lines
417 B
YAML
19 lines
417 B
YAML
dist: xenial
|
|
|
|
install:
|
|
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_0.55.6_Linux-64bit.deb
|
|
- sudo dpkg -i hugo_0.55.6_Linux-64bit.deb
|
|
script:
|
|
- hugo -v
|
|
|
|
deploy:
|
|
local_dir: public
|
|
repo: correl/correl.github.io
|
|
target_branch: master
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
email: correl@gmail.com
|
|
name: "Correl Roush"
|
|
on:
|
|
branch: ox-hugo
|