Jochen Mehlich 5a68703422
All checks were successful
Build Webpage / Render (push) Successful in 2m10s
Merge remote-tracking branch 'refs/remotes/origin/master'
2023-11-18 13:12:57 +01:00

17 lines
418 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