From c92b715e3c8f66dd9b0ff694130587ccd648bd8f Mon Sep 17 00:00:00 2001 From: Bonnie Mo Date: Tue, 5 Dec 2023 09:50:59 -0500 Subject: [PATCH] deploying gh-pages2 --- .github/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3000928..d7c781f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -31,6 +31,9 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist + - name: Build + env: + VITE_APP_PUBLIC_URL: /example-react-cicd/ # TODO: Run tests here # TODO: Run build here