Jochen Mehlich a54f06f400 added action pipeline
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
2023-11-18 13:05:36 +01:00

18 lines
419 B
YAML

name: Build Webpage
run-name: $${{gitea.actor}} - build page
on: [push]
jobs:
Render:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.TOKEN}}
- run: apt update && apt install -yqq python3 zip pandoc python3-pip
- run: cd onpoint && pip3 install -r requirements.txt
- run: bash deploy.sh
- run: ls