w23-logic-2/.gitea/workflows/build.yaml
Josia Pietsch cac1563244
Some checks failed
Build latex and deploy / checkout (push) Failing after 17m37s
silver gist
2024-02-14 18:44:32 +01:00

20 lines
459 B
YAML

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/*.pdf build/*.log README.md public
- name: Deploy to pages
uses: actions/pages@v1
with:
index-title: 'WS23/24: Logic II'