mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +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)
|
- name: Bundle web app (next.js build)
|
||||||
run: build/web/bundleWeb.sh
|
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.
|
# Only commit built web project files on develop.
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
|
Loading…
Reference in a new issue