[CI] Remove login
Some checks failed
Build docs / build_docs (push) Failing after 5s

This commit is contained in:
2025-12-22 21:48:18 +01:00
parent 495f3a8503
commit 3406ad8951

View File

@@ -10,8 +10,6 @@ jobs:
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Sign into gitea registry
run: docker login ${{ vars.REGISTRY_URL }} -u ${{ vars.REGISTRY_USER_USERNAME }} -p "${{ secrets.REGISTRY_USER_PASSWORD_ESCAPED }}"
- name: Run build - name: Run build
uses: actions/latex@main uses: actions/latex@main
with: with: