From c5faa1704dbbd1553fb500b228a96afcb63347f5 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 17 May 2019 09:42:38 -0400 Subject: [PATCH] Add .nojekyll file --- docs/latest/.nojekyll | 0 generateStaticSite.sh | 3 --- 2 files changed, 3 deletions(-) create mode 100644 docs/latest/.nojekyll diff --git a/docs/latest/.nojekyll b/docs/latest/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/generateStaticSite.sh b/generateStaticSite.sh index 7ecbf394c..da5af65b3 100755 --- a/generateStaticSite.sh +++ b/generateStaticSite.sh @@ -52,9 +52,6 @@ done cd .. # Build and copy the StandaloneViewer into the static directory -echo $DEPLOY_PRIME_URL -export ROOT_URL=$DEPLOY_PRIME_URL/demo - mkdir ./docs/latest/_book/demo/ yarn install yarn build:web:ci