From 382cb8e26cc5eedbe54fc0dc697b91af8cfc85a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:45:44 +0000 Subject: [PATCH 1/2] Initial plan From 9fe0dad6f694681bad97dc2c6add43b7b464d959 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:49:08 +0000 Subject: [PATCH 2/2] Fix CI HTML preview naming conflict with Netlify Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b265955..a8948040b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,8 +178,8 @@ jobs: --dir _build/html/ \ --site ${{ secrets.NETLIFY_SITE_ID }} \ --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \ - --context deploy-preview \ - --alias deploy-preview-${{ github.event.pull_request.number }} \ + --context pr-preview \ + --alias pr-${{ github.event.pull_request.number }} \ --message "${deploy_message}" \ --json)