From 98cedefd1041ed5a3bb860e907483b388ce08e43 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 16 Nov 2023 08:57:14 -0800 Subject: [PATCH] remove :prod as it breaks deployments (need check) --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index fe06bd7..b515cc6 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -21,7 +21,7 @@ jobs: - name: Install Dependencies run: npm install - name: Build project - run: npm run build:prod + run: npm run build - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1 with: