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