test auto build

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-11-18 12:02:39 +01:00
parent 8727eff5d0
commit 21d5c12333

View File

@ -0,0 +1,20 @@
name: Build Webpage
run-name: build page
on: [push]
jobs:
Render:
runs-on: python
steps:
- name: install dependencies
run: cd latex-wochenende/onpoint
run: pip3 install -r requirements.txt
- name: Build presentation
run: bash deploy.sh
- name: Save to cache
uses: actions/cache/save@v3
id: cache
with:
path: .
key: 'latex-presentation'