[CI] Update
All checks were successful
Build helpers / build_helpers (push) Successful in 4s

This commit is contained in:
2025-12-23 14:23:21 +01:00
parent f1b64e8ddb
commit c6aa4c8d80

View File

@@ -13,16 +13,9 @@ jobs:
uses: actions/checkout@v6
- name: Run build
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
uses: actions/git-auto-commit-action@v7
with:
commit_message: "[skip ci] Build helpers on push"
file_pattern: '*.tex'
commit_user_name: Helpers compiler [bot]
commit_user_email: actions@janishutz.com