This commit is contained in:
Josia Pietsch 2023-10-21 15:06:02 +02:00
parent 29a36b4dbc
commit b4c62a3a96
Signed by: josia
GPG Key ID: E70B571D66986A2D

View File

@ -0,0 +1,19 @@
name: Build latex and deploy
run-name: ${{ gitea.actor }} is building latex
on: [push]
jobs:
checkout:
runs-on: latex-latest
steps:
- uses: actions/checkout@v3
- name: compile
run: make
- name: Prepare pages
run: |
mkdir public
mv build/logic2.pdf build/logic2.log README.md public
- name: Deploy to pages
uses: actions/pages@v1
with:
index-title: 'WS23/24: Logic II'