mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add job to commit changes and push
This commit is contained in:
parent
989ff56e13
commit
3c4a847c25
1 changed files with 9 additions and 0 deletions
9
.github/workflows/static.yml
vendored
9
.github/workflows/static.yml
vendored
|
|
@ -48,6 +48,15 @@ jobs:
|
|||
run: |
|
||||
cd packages/readabilityjs/test
|
||||
python generate_static.py
|
||||
- name: Commit changes and push
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
push: true
|
||||
branch: ${{ github.ref }}
|
||||
message: 'Update generated html'
|
||||
add: '.'
|
||||
author_name: 'GitHub Actions'
|
||||
author_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
deploy:
|
||||
needs: generate-static
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue