From f76a99816f3a711c832827766b2d106c3ea8be54 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 24 Jan 2024 14:44:15 -0500 Subject: [PATCH] ci: update build.sh statics location --- dev/deploy/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/deploy/build.sh b/dev/deploy/build.sh index a802acb46..696695504 100644 --- a/dev/deploy/build.sh +++ b/dev/deploy/build.sh @@ -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