From a48137ea0ada03158636dffec2784a7dec9a0d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Mon, 31 Jul 2023 14:38:02 +0200 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 95fbe64..098e0c2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -31,7 +31,9 @@ jobs: run: BASE_URL='/pr-preview/pr-${{ github.event.number }}/' yarn docs:build - name: Add CNAME file - run: echo rollkit.dev > ./build/CNAME + run: | + mkdir -p ./build + echo rollkit.dev > ./build/CNAME - name: Deploy preview uses: rossjrw/pr-preview-action@v1