From e1f6a75c68fc80eebaabb4b8e1d2e338cf078d3c Mon Sep 17 00:00:00 2001 From: joshjennings98 Date: Thu, 27 Aug 2026 14:22:06 +0100 Subject: [PATCH 1/2] :fireworks: release docs to developer.arm.com domain --- changes/20260827142202.feature | 1 + publish/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changes/20260827142202.feature diff --git a/changes/20260827142202.feature b/changes/20260827142202.feature new file mode 100644 index 0000000..afec50e --- /dev/null +++ b/changes/20260827142202.feature @@ -0,0 +1 @@ +:fireworks: release docs to developer.arm.com domain diff --git a/publish/action.yml b/publish/action.yml index 328930e..f3554a5 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -52,7 +52,7 @@ runs: case "$INPUT_ENVIRONMENT" in staging) aws_region="eu-west-1" - site_url="https://docs.staging.devplatform.arm.com" + site_url="https://pre-prod.developer.arm.com/dev-docs" s3_bucket="arm-edge-ai-docs-staging-529607359382" cloudfront_distribution_id="E3668SHWG5R3NX" analytics_url="https://assets.adobedtm.com/268f09c22e73/c3400da3baca/launch-d106b1020c99-development.min.js" @@ -60,7 +60,7 @@ runs: production) aws_region="eu-west-1" - site_url="https://docs.devplatform.arm.com" + site_url="https://developer.arm.com/dev-docs" s3_bucket="arm-edge-ai-docs-prod-930800959236" cloudfront_distribution_id="EA346A6MHUY68" analytics_url="https://assets.adobedtm.com/268f09c22e73/c3400da3baca/launch-d08a7f55e4e4.min.js" From bac7c629ee32b831d33ed5338c949a97aa073efd Mon Sep 17 00:00:00 2001 From: joshjennings98 Date: Thu, 27 Aug 2026 14:23:46 +0100 Subject: [PATCH 2/2] use qa not pre-prod --- publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/action.yml b/publish/action.yml index f3554a5..f1fc5be 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -52,7 +52,7 @@ runs: case "$INPUT_ENVIRONMENT" in staging) aws_region="eu-west-1" - site_url="https://pre-prod.developer.arm.com/dev-docs" + site_url="https://qa.developer.arm.com/dev-docs" s3_bucket="arm-edge-ai-docs-staging-529607359382" cloudfront_distribution_id="E3668SHWG5R3NX" analytics_url="https://assets.adobedtm.com/268f09c22e73/c3400da3baca/launch-d106b1020c99-development.min.js"