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..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://docs.staging.devplatform.arm.com" + 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" @@ -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"