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
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
LatexBuild:
|
||||
runs-on: pi
|
||||
@ -9,7 +10,7 @@ jobs:
|
||||
image: miktex/miktex
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@vb
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user