This commit is contained in:
@@ -13,16 +13,9 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: Show details
|
|
||||||
run: ls dist
|
|
||||||
- name: Show diff
|
|
||||||
run: git diff
|
|
||||||
- name: Show log
|
|
||||||
run: git log
|
|
||||||
- name: Upload compiled helpers
|
- name: Upload compiled helpers
|
||||||
uses: actions/git-auto-commit-action@v7
|
uses: actions/git-auto-commit-action@v7
|
||||||
with:
|
with:
|
||||||
commit_message: "[skip ci] Build helpers on push"
|
commit_message: "[skip ci] Build helpers on push"
|
||||||
file_pattern: '*.tex'
|
|
||||||
commit_user_name: Helpers compiler [bot]
|
commit_user_name: Helpers compiler [bot]
|
||||||
commit_user_email: actions@janishutz.com
|
commit_user_email: actions@janishutz.com
|
||||||
|
|||||||
Reference in New Issue
Block a user