We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3390761 commit ff0d99aCopy full SHA for ff0d99a
script/cideploy
@@ -2,7 +2,7 @@
2
set -x
3
set -e
4
5
-: "${BRANCH:=master}"
+: "${BRANCH:=test}"
6
: "${TARGET_REPO=CHTC/chtc.github.io.git}"
7
JEKYLL_OUTPUT_FOLDER=_site
8
@@ -19,7 +19,7 @@ if [[ $GITHUB_ACTIONS == true ]]; then
19
fi
20
21
#using token clone target repository
22
-git clone --quiet --branch=$BRANCH [email protected]:$TARGET_REPO built_website > /dev/null
+git clone --depth 1 --quiet --branch=$BRANCH [email protected]:$TARGET_REPO built_website > /dev/null
23
#go into directory and copy data we're interested in to that directory
24
mkdir -p built_website
25
cd built_website
0 commit comments