fix(ci): add untracked files before rebase. For #3255

This commit is contained in:
Gabe Kangas 2023-08-16 17:21:31 -07:00
parent 4bd813a0be
commit 78ec6302b9
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -158,6 +158,7 @@ jobs:
- name: Rebase
if: ${{ github.ref == 'refs/heads/develop' }}
run: |
git add static/web
git pull --rebase --autostash
# Only commit built web project files on develop.