correl.github.io/.travis.yml

32 lines
845 B
YAML
Raw Normal View History

2019-06-28 01:41:20 +00:00
dist: xenial
2019-06-27 22:21:59 +00:00
addons:
apt:
sources:
- sourceline: 'ppa:kelleyk/emacs'
packages:
- emacs26
- graphviz
2019-06-27 22:21:59 +00:00
install:
2019-06-28 16:14:20 +00:00
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_extended_0.55.6_Linux-64bit.deb
- sudo dpkg -i hugo_extended_0.55.6_Linux-64bit.deb
- curl -LO https://downloads.sourceforge.net/project/plantuml/plantuml.jar
- curl -LO https://downloads.sourceforge.net/project/ditaa/ditaa/0.9/ditaa0_9.zip
- unzip ditaa0_9.zip ditaa0_9.jar
2019-06-27 22:21:59 +00:00
script:
- emacs --batch --eval "(load-file \"ci-setup.el\")" blog.org -f org-hugo-export-all-wim-to-md
2019-06-28 01:41:20 +00:00
- hugo -v
2019-06-27 22:21:59 +00:00
deploy:
2019-06-28 01:41:20 +00:00
local_dir: public
repo: correl/correl.github.io
target_branch: master
2019-06-27 22:21:59 +00:00
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
email: correl@gmail.com
name: "Correl Roush"
on:
2019-06-28 01:41:20 +00:00
branch: ox-hugo