From a7a7882583faf667dd13e1c71c083c6be58642de Mon Sep 17 00:00:00 2001 From: Bonnie Mo Date: Tue, 5 Dec 2023 10:02:00 -0500 Subject: [PATCH] fix step build --- .github/workflows/cicd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8365c4f..169084b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,6 @@ jobs: run: npm test - name: build the code run: npm run build - - name: Build env: VITE_APP_PUBLIC_URL: /example-react-cicd/ - name: Deploying to gh-pages