mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 19:19:06 +03:00
fix(ci): add untracked files before rebase. For #3255
This commit is contained in:
parent
4bd813a0be
commit
78ec6302b9
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ jobs:
|
||||||
- name: Rebase
|
- name: Rebase
|
||||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
run: |
|
run: |
|
||||||
|
git add static/web
|
||||||
git pull --rebase --autostash
|
git pull --rebase --autostash
|
||||||
|
|
||||||
# Only commit built web project files on develop.
|
# Only commit built web project files on develop.
|
||||||
|
|
Loading…
Reference in a new issue