Some build texts
This commit is contained in:
18
.gitea/workflows/test-build.yaml
Normal file
18
.gitea/workflows/test-build.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
name: Latex Build
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
black:
|
||||
runs-on: pi
|
||||
needs: [act-docker-prebuild]
|
||||
container:
|
||||
image: miktex/miktex
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@vb
|
||||
|
||||
- uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: |
|
||||
conference_101719.tex
|
Reference in New Issue
Block a user