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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue