From c0c84ce814bb535fd770521dc1acf16b2c172c4e Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 15 Feb 2018 23:07:37 -0800 Subject: generate a reasonable-looking docsite using my blog code --- ci/publish-docs.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ci/publish-docs.sh (limited to 'ci') diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh new file mode 100755 index 00000000..044b2ff5 --- /dev/null +++ b/ci/publish-docs.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -eux + +curl -L -o ~/bin/amm https://github.com/lihaoyi/Ammonite/releases/download/1.0.0/2.11-1.0.0 && chmod +x ~/bin/amm; fi + +cd docs + +amm build.sc --publish true \ No newline at end of file -- cgit v1.2.3