docs: v0.3rc docs (#26277)

wip / don't merge
This commit is contained in:
Erick Friis
2024-09-11 11:12:39 -07:00
committed by GitHub
parent 8b7f5e1ec0
commit 9f0968f9d2
3 changed files with 2 additions and 11 deletions

View File

@@ -9,12 +9,6 @@ if [ "$VERCEL_ENV" == "production" ] || [ "$VERCEL_GIT_COMMIT_REF" == "master" ]
exit 1;
fi
# TODO: remove this for v0.3 launch
# exit 0 if git commit ref is v0.3rc
echo "🛑 v0.3rc build is ignored currently"
exit 0;
# end TODO
echo "Checking for changes in docs/"
echo "---"