From 694f7f914e79b4c51b621f55bd585d903a976d1c Mon Sep 17 00:00:00 2001 From: Jonathan Wright <8390543+jonathanspw@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:07:57 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f790b09..92ba822 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,9 @@ jobs: - name: Build run: hugo --minify + # this is needed to trick CF into deploying to production + # can probably be removed where there is a solution to + # https://github.com/cloudflare/pages-action/issues/63 - name: remove git dir run: rm -rf .git