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]'