From 89748299e5cc4c9d141bf8da9802cce321c767c1 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 12 Jun 2017 17:47:35 +0800 Subject: [PATCH] travis-ci auto deploy --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..fabba7d33 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +install: +- pip install mkdocs mkdocs-material +script: +- mkdocs build --verbose --clean --strict +deploy: + provider: pages + skip_cleanup: true + github_token: $GITHUB_TOKEN + local_dir: site + on: + branch: master