diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a60e152fb..ea335a498 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,7 +35,12 @@ jobs: - uses: fregante/setup-git-user@v2 - run: | npm i - npm run deploy + npm run build + - name: push changes + run: | + git add -A + git commit -m "New Build" + git push # Single deploy job since we're just deploying