From 7bab130428f6205b918c454abb8246671cd9a27c Mon Sep 17 00:00:00 2001 From: Rob Lester Date: Thu, 19 Feb 2026 21:36:52 +0000 Subject: [PATCH] Removed GHOST_CDN_URL from Ghost(Pro) admin CI build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stopped setting GHOST_CDN_URL in the deploy_admin CI job so Ghost(Pro) admin builds use relative paths by default. The GHOST_CDN_URL config option is preserved — anyone who sets it (self-hosters, contributors) gets the same behaviour as before. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bafbfa96c69..c36c0810236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1768,8 +1768,6 @@ jobs: env: DEPENDENCY_CACHE_KEY: ${{ needs.job_setup.outputs.dependency_cache_key }} - name: Build Admin - env: - GHOST_CDN_URL: https://assets.ghost.io/admin-forward/ run: yarn nx run admin:build - name: Upload build artifact id: upload-artifacts