ci-test/.gitea/workflows/demo.yaml
Maximilian Keßler 3e0752e522
Some checks failed
Gitea Actions Demo / checkout (push) Failing after 27s
use compilation
2023-10-14 15:31:47 +02:00

21 lines
509 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v3
- name: compile
uses: xu-cheng/texlive-action@v2
with:
docker_image: aergus/latex
run: |
latexmk main.tex
- name: upload
uses: actions/upload-artifact@v3
with:
name: artifact.tex
path: main.tex