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 9782f97 commit cefcfb4Copy full SHA for cefcfb4
cli-common-create-site.sh
@@ -11,7 +11,7 @@ rm -rf $DIR/site
11
mkdir -p $DIR/site
12
13
# STEP 1 - Rehydrate everything from the previous site EXCEPT $DATASET/*
14
-curl -fsSLo /tmp/manifest.txt $BASE_URL/__manifest.txt || : > /tmp/manifest.txt
+curl -fsL -o /tmp/manifest.txt '$BASE_URL/__manifest.txt' 2>/dev/null || : > /tmp/manifest.txt
15
if [ -s /tmp/manifest.txt ]; then
16
while IFS= read -r rel_path; do
17
[ -z "$rel_path" ] && continue
0 commit comments