ci: update build.sh statics location
This commit is contained in:
parent
a6ec0187b9
commit
f76a99816f
|
@ -4,7 +4,7 @@ echo "Compiling native node packages..."
|
||||||
yarn rebuild
|
yarn rebuild
|
||||||
echo "Packaging static assets..."
|
echo "Packaging static assets..."
|
||||||
if [ "${SHOULD_DEPLOY}" = "true" ]; then
|
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
|
else
|
||||||
yarn build
|
yarn build
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue