Building the latex docs
Some checks reported warnings
Latex Build / LatexBuild (push) Has been cancelled
Some checks reported warnings
Latex Build / LatexBuild (push) Has been cancelled
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
name: Latex Build
|
name: Latex Build
|
||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
LatexBuild:
|
LatexBuild:
|
||||||
runs-on: pi
|
runs-on: pi
|
||||||
@ -9,7 +10,7 @@ jobs:
|
|||||||
image: miktex/miktex
|
image: miktex/miktex
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@vb
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: xu-cheng/latex-action@v3
|
- uses: xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user