We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4dc96 commit ea94666Copy full SHA for ea94666
tools/scripts/build-website.sh
@@ -22,7 +22,7 @@ git checkout gh-pages
22
23
echo "Attempting to update versions.json"
24
aws s3 cp s3://updated-documentation-website/website/versions.json .
25
-VERSION_NUMBER=notebooks-run
+VERSION_NUMBER=notebooks-cache
26
DUPLICATE=$(jq --arg v "$VERSION_NUMBER" 'any(.version == $v)' versions.json)
27
if [ "$DUPLICATE" = "true" ]; then
28
echo "Version $VERSION_NUMBER already exists. Skipping update."
0 commit comments