ci: update build.sh statics location

This commit is contained in:
Nicolas Giard 2024-01-24 14:44:15 -05:00 committed by GitHub
parent a6ec0187b9
commit f76a99816f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ echo "Compiling native node packages..."
yarn rebuild
echo "Packaging static assets..."
if [ "${SHOULD_DEPLOY}" = "true" ]; then
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
yarn build --base=https://static.ietf.org/dt/$PKG_VERSION/
else
yarn build
fi