latex test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Gitea Actions Demo / Compile-Tex (push) Failing after 15s

This commit is contained in:
Maximilian Keßler 2023-10-03 18:46:26 +02:00
parent 3c4d474f62
commit b00f0ec3d5
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: texlive-latest
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
@ -17,3 +17,14 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
Compile-Tex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: check out repository
- name: Compile document
uses: xu-cheng/latex-action@v3
with:
root_file: |
test.tex
- run: ls