From 2fc9a55f0a1da5267731f904f2dd88ad3ddca314 Mon Sep 17 00:00:00 2001 From: Colin Wu <85907102+ColinWu0403@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:15:07 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index dbb5974..d60af89 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Navigate to the build output directory - cd dist + cd client/dist # Configure git git config --global user.name 'github-actions[bot]'