From e62c4b1e514869c2537db32d65a9782f0931cd06 Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Thu, 14 Dec 2023 14:21:06 +0100 Subject: [PATCH] fix: add CNAME to action --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7fc56e978aa..1430e14a7f4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -133,3 +133,4 @@ jobs: external_repository: leather-wallet/specs.leather.io publish_branch: main publish_dir: ./playwright-report + cname: specs.leather.io