Workflow config file is invalid. Please check your config file: yaml: line 17: mapping values are not allowed in this context
Jochen Mehlich 21d5c12333 test auto build
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
2023-11-18 12:02:39 +01:00

21 lines
444 B
YAML

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'