remove github dir
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 20s

This commit is contained in:
Maximilian Keßler 2023-10-17 21:51:45 +02:00
parent 482fd5dac6
commit 8faf7bc3aa
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,33 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v3
- name: list files
run: |
echo "In outer docker container:"
ls
pwd
ls /home
echo "end outer print"
- name: compile
uses: xu-cheng/texlive-action@v2
with:
docker_image: aergus/latex
run: |
echo "in inner container"
pwd
ls
echo "end inner print"
echo "starting compilation"
latexmk main.tex
- name: upload
uses: actions/upload-artifact@v3
with:
name: artifact.tex
path: main.pdf