[CI] Update to also format

This commit is contained in:
2026-01-09 14:15:34 +01:00
parent 90ce264992
commit 2c0db60c7d
2 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Build docs
name: Update docs
on:
push:
paths:
@@ -15,6 +15,10 @@ jobs:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }}
- name: Run format of docs
uses: actions/latex-format@main
with:
workdir: docs
- name: Run build
uses: actions/latex-full@main
with:

View File

@@ -1,4 +1,4 @@
name: Build helpers
name: Update helpers
on:
push:
paths:
@@ -10,6 +10,20 @@ jobs:
steps:
- 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 }}
- name: Run format of main
uses: actions/latex-format@main
with:
workdir: main
- name: Run format of extra
uses: actions/latex-format@main
with:
workdir: extra
- name: Run build
run: ./build.sh
- name: Upload compiled helpers