[CI] Fix upload action
All checks were successful
Build docs / build_docs (push) Successful in 21s

This commit is contained in:
2025-12-23 14:02:30 +01:00
parent 8346a558c7
commit 6dbcd64ed4

View File

@@ -16,19 +16,15 @@ jobs:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }}
- name: Show details pre compile
run: ls && ls docs
- name: Run build
uses: actions/latex-full@main
with:
workdir: docs
include_helpers: true
- name: Show details
run: ls && ls docs
- name: Upload compiled docs
uses: actions/git-auto-commit-action@v7
with:
commit_message: "[skip ci] Build docs on push"
file_pattern: '*.tex'
file_pattern: '*.pdf'
commit_user_name: LaTeX compiler [bot]
commit_user_email: actions@janishutz.com