.
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
81fb51dfe4
commit
2ac752e987
@ -1,11 +1,14 @@
|
|||||||
name: Build Webpage
|
name: Build Webpage
|
||||||
run-name: build page
|
run-name: $${{gitea.actor}} - build page
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Render:
|
Render:
|
||||||
runs-on: python
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Runner
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: cd latex-wochenende/onpoint
|
run: cd latex-wochenende/onpoint
|
||||||
run: pip3 install -r requirements.txt
|
run: pip3 install -r requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user