Skip to content

Commit ff0d99a

Browse files
committed
Add in the actions needed
- Still in dev mode
1 parent 3390761 commit ff0d99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cideploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -x
33
set -e
44

5-
: "${BRANCH:=master}"
5+
: "${BRANCH:=test}"
66
: "${TARGET_REPO=CHTC/chtc.github.io.git}"
77
JEKYLL_OUTPUT_FOLDER=_site
88

@@ -19,7 +19,7 @@ if [[ $GITHUB_ACTIONS == true ]]; then
1919
fi
2020

2121
#using token clone target repository
22-
git clone --quiet --branch=$BRANCH [email protected]:$TARGET_REPO built_website > /dev/null
22+
git clone --depth 1 --quiet --branch=$BRANCH [email protected]:$TARGET_REPO built_website > /dev/null
2323
#go into directory and copy data we're interested in to that directory
2424
mkdir -p built_website
2525
cd built_website

0 commit comments

Comments
 (0)