You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/17 14:05:00 UTC

[isis] 02/05: ISIS-2062: adds back in scripts/ci/build-site.sh

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 078a92d845df10973846e43ddb5e1b05533e4244
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 17 14:23:05 2020 +0100

    ISIS-2062: adds back in scripts/ci/build-site.sh
---
 scripts/ci/build-site.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/ci/build-site.sh b/scripts/ci/build-site.sh
new file mode 100644
index 0000000..0cffba2
--- /dev/null
+++ b/scripts/ci/build-site.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+export SKIP_EXAMPLES=true
+export SKIP_CONFIGS=true
+export SKIP_STALE_EXAMPLE_CHECK=true
+
+sh scripts/ci/_build-site.sh $*