From cd70fe6bf8a5c3031d6499d43c54ffda8732e50a Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Mon, 22 Jun 2026 14:03:09 +0200 Subject: [PATCH] WUI: drop the redundant CNAME file The custom domain passwords.ledger.com is pinned server-side in the repo Pages settings. With the official GitHub Pages Action the domain no longer comes from a CNAME file in the artifact, so public/CNAME is redundant. Remove it. --- .github/workflows/wui.yml | 2 -- clients/wui/public/CNAME | 1 - 2 files changed, 3 deletions(-) delete mode 100644 clients/wui/public/CNAME diff --git a/.github/workflows/wui.yml b/.github/workflows/wui.yml index a4b1e16..59139d9 100644 --- a/.github/workflows/wui.yml +++ b/.github/workflows/wui.yml @@ -47,8 +47,6 @@ jobs: uses: actions/configure-pages@v6 - name: Upload Pages artifact # path is relative to the repo root (not the job's working-directory). - # dist/ already contains the CNAME file copied from public/CNAME, which - # keeps the passwords.ledger.com custom domain. uses: actions/upload-pages-artifact@v5 with: path: clients/wui/dist/ diff --git a/clients/wui/public/CNAME b/clients/wui/public/CNAME deleted file mode 100644 index dd3a730..0000000 --- a/clients/wui/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -passwords.ledger.com \ No newline at end of file