Skip to content

Commit a5c84d8

Browse files
Updated build to commit files
1 parent e64f1db commit a5c84d8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@ jobs:
205205
cache: 'npm'
206206
- run: npx update-browserslist-db@latest
207207
- run: yarn
208-
- run: yarn build --no-watch
209-
- name: Upload build artifacts
210-
uses: actions/upload-artifact@v4
211-
with:
212-
path: 'public'
213-
name: gads-build
208+
- run: NODE_ENV=production webpack
209+
- run: |
210+
git config --local user.name "GADS CI"
211+
git config --local user.email "[email protected]"
212+
git add public
213+
git commit -m "Update scripts" || echo "No changes to commit"
214+
git push || echo "No changes to push"

0 commit comments

Comments
 (0)