Skip to content

Instantly share code, notes, and snippets.

@dwy6626
Created September 2, 2019 15:22
Show Gist options
  • Save dwy6626/d072c4809db1e04e02e4eab9365e567e to your computer and use it in GitHub Desktop.
Save dwy6626/d072c4809db1e04e02e4eab9365e567e to your computer and use it in GitHub Desktop.
hugo wercker
box: debian
build:
steps:
- install-packages:
packages: git
- script:
name: initialize git submodules
code: |
git submodule update --init --recursive
- arjen/hugo-build:
version: "0.57.2"
deploy:
steps:
- install-packages:
packages: git ssh-client
- lukevivier/gh-pages:
token: $GITHUB_TOKEN
basedir: public
repo: dwy6626/dwy6626.github.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment