Skip to content

Commit ea94666

Browse files
authored
Update build-website.sh
1 parent 6b4dc96 commit ea94666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/build-website.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git checkout gh-pages
2222

2323
echo "Attempting to update versions.json"
2424
aws s3 cp s3://updated-documentation-website/website/versions.json .
25-
VERSION_NUMBER=notebooks-run
25+
VERSION_NUMBER=notebooks-cache
2626
DUPLICATE=$(jq --arg v "$VERSION_NUMBER" 'any(.version == $v)' versions.json)
2727
if [ "$DUPLICATE" = "true" ]; then
2828
echo "Version $VERSION_NUMBER already exists. Skipping update."

0 commit comments

Comments
 (0)