s23-probability-theory/.gitea/workflows/build.yaml
Josia Pietsch fd89750edb
Some checks are pending
Build latex and deploy / checkout (push) Has started running
fixed CI
2023-10-21 15:13:39 +02:00

19 lines
501 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/probability_theory.pdf build/probability_theory.pdf README.md public
- name: Deploy to pages
uses: actions/pages@v1
with:
index-title: 'S23: Probability Theory I'