Skip to content

Instantly share code, notes, and snippets.

@bjnhur
Created February 7, 2020 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjnhur/24b473d03659a6fb342994b060ed1279 to your computer and use it in GitHub Desktop.
Save bjnhur/24b473d03659a6fb342994b060ed1279 to your computer and use it in GitHub Desktop.
---
dist: xenial # Ubuntu 16.04
language: node_js
node_js: 11.0.0
install:
- wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_extended_0.64.0_Linux-64bit.deb
- sudo dpkg -i /tmp/hugo.deb
- npm install
script:
- hugo --debug
after_success:
- bash ./deploy.sh
env:
global:
- GH_TOKEN: $GITHUB_TOKEN
- GH_USER: bjnhur
- GH_REPO: docsy
- GH_SRC: master
- GH_DST: gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment