test auto build
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
8727eff5d0
commit
21d5c12333
20
.gitea/workflows/build.yaml
Normal file
20
.gitea/workflows/build.yaml
Normal 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'
|
||||||
Loading…
x
Reference in New Issue
Block a user