[CI] Update to also format
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build docs
|
name: Update docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@@ -15,6 +15,10 @@ jobs:
|
|||||||
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
registry: ${{ vars.REGISTRY_BASE_URL }}
|
registry: ${{ vars.REGISTRY_BASE_URL }}
|
||||||
|
- name: Run format of docs
|
||||||
|
uses: actions/latex-format@main
|
||||||
|
with:
|
||||||
|
workdir: docs
|
||||||
- name: Run build
|
- name: Run build
|
||||||
uses: actions/latex-full@main
|
uses: actions/latex-full@main
|
||||||
with:
|
with:
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Build helpers
|
name: Update helpers
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@@ -10,6 +10,20 @@ 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
|
||||||
|
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
|
- name: Run build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: Upload compiled helpers
|
- name: Upload compiled helpers
|
||||||
Reference in New Issue
Block a user