mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore: rebase before commit bundled web app
This commit is contained in:
parent
003a1dad62
commit
845051c4c2
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ jobs:
|
|||
- name: Bundle web app (next.js build)
|
||||
run: build/web/bundleWeb.sh
|
||||
|
||||
- name: Rebase
|
||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||
run: |
|
||||
git pull --rebase --autostash
|
||||
|
||||
# Only commit built web project files on develop.
|
||||
- name: Commit changes
|
||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||
|
|
Loading…
Reference in a new issue