From 30355eff0bb475dbba0f78a69ab1d992b3e909d0 Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Tue, 3 Jan 2023 09:14:28 +0100 Subject: [PATCH] Fix: Prevent CNAME file from being overwritten by the GH action --- .github/workflows/contributor-doc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributor-doc.yml b/.github/workflows/contributor-doc.yml index 7cabdfc7b7..2f2ed71660 100644 --- a/.github/workflows/contributor-doc.yml +++ b/.github/workflows/contributor-doc.yml @@ -48,3 +48,4 @@ jobs: publish_dir: ./docs/build user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com + cname: contributor.strapi.io