Skip to content

Commit cefcfb4

Browse files
committed
Another attempt
1 parent 9782f97 commit cefcfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-common-create-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rm -rf $DIR/site
1111
mkdir -p $DIR/site
1212

1313
# STEP 1 - Rehydrate everything from the previous site EXCEPT $DATASET/*
14-
curl -fsSLo /tmp/manifest.txt $BASE_URL/__manifest.txt || : > /tmp/manifest.txt
14+
curl -fsL -o /tmp/manifest.txt '$BASE_URL/__manifest.txt' 2>/dev/null || : > /tmp/manifest.txt
1515
if [ -s /tmp/manifest.txt ]; then
1616
while IFS= read -r rel_path; do
1717
[ -z "$rel_path" ] && continue

0 commit comments

Comments
 (0)