.gitea/workflows/build.yaml aktualisiert
Some checks failed
Build Webpage / Render and Deploy to wiai.de (push) Failing after 1m0s

This commit is contained in:
Jochen 2025-05-15 19:49:07 +00:00
parent 83557a1af7
commit acf563067b

View File

@ -12,7 +12,7 @@ jobs:
with:
submodules: true
token: ${{ secrets.TOKEN}}
- run: apt update && apt install -yqq python3 zip python3-pip python3-venv libxml2-dev libxslt-dev python3-dev gcc
- run: apt update && apt install -yqq python3 zip python3-pip python3-venv libxml2-dev libxslt-dev python3-dev gcc wget tar
- run: bash wget -qO- https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz | tar xz --strip-components=1 -C /usr/local/bin pandoc-2.19.2/bin/pandoc
- run: cd onpoint && python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt && cd .. && bash deploy.sh
- run: ls