s23-probability-theory/.gitea/workflows/build.yaml

20 lines
501 B
YAML
Raw Permalink Normal View History

2023-10-21 15:06:02 +02:00
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
2023-10-21 15:17:58 +02:00
mv build/probability_theory.pdf build/probability_theory.log README.md public
2023-10-21 15:06:02 +02:00
- name: Deploy to pages
uses: actions/pages@v1
with:
2023-10-21 15:13:39 +02:00
index-title: 'S23: Probability Theory I'