diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa6841d2..ff157511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,6 @@ jobs: run: | echo "running build..." npm run ci:build - - - name: Listing svg images - run: ls ./images/latex/ - name: Commit changes run: | @@ -69,7 +66,8 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "Bezierinfo CI" git status - git commit -m "Automated build" -a + git add -A + git commit -m "Automated build" - name: Push changes uses: ad-m/github-push-action@master