[CI] Try to fix
Some checks failed
Build docs / build_docs (push) Failing after 6s

This commit is contained in:
2025-12-22 21:41:00 +01:00
parent 7101d5f017
commit 495f3a8503

View File

@@ -11,11 +11,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v6
- name: Sign into gitea registry
uses: https://github.com/docker/login-action@v3
with:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }}
run: docker login ${{ vars.REGISTRY_URL }} -u ${{ vars.REGISTRY_USER_USERNAME }} -p "${{ secrets.REGISTRY_USER_PASSWORD_ESCAPED }}"
- name: Run build
uses: actions/latex@main
with: