diff --git a/.github/workflows/build-and-commit.yml b/.github/workflows/build-and-commit.yml index d4076553..7b82936e 100644 --- a/.github/workflows/build-and-commit.yml +++ b/.github/workflows/build-and-commit.yml @@ -40,7 +40,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git add source/build/js source/build/css + git add source/js/build source/css/build # Check if there are any changes if ! git diff --cached --quiet; then git commit -m "ci: build and update source/build/js and source/build/css [skip ci]"