From 8210ec859637e83cc52a5771d6d23109200213cc Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 23 Jun 2020 07:29:14 -0400 Subject: [PATCH] inline build dir variable --- build_dir | 1 - scripts/publish-from-actions.sh | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 build_dir diff --git a/build_dir b/build_dir deleted file mode 100644 index e7852e3..0000000 --- a/build_dir +++ /dev/null @@ -1 +0,0 @@ -export BUILD_DIR="public" diff --git a/scripts/publish-from-actions.sh b/scripts/publish-from-actions.sh index 287b668..05466dd 100755 --- a/scripts/publish-from-actions.sh +++ b/scripts/publish-from-actions.sh @@ -26,10 +26,7 @@ set -e -# Make sure build_dir content doesn't have leading/trailing slashes. Correct format: -# export BUILD_DIR="public" - -source ./build_dir +BUILD_DIR=public SOURCE_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-src CLONED_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-cloned