[CI] Debugging
All checks were successful
Build docs / build_docs (push) Successful in 20s

This commit is contained in:
2025-12-23 14:01:41 +01:00
parent 91cfc52ec8
commit 8346a558c7

View File

@@ -16,11 +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: