Merge pull request '.gitea/workflows/build.yaml aktualisiert' (#16) from master into production
Some checks failed
Build Webpage / Render and Deploy to wiai.de (push) Failing after 52s

Reviewed-on: #16
This commit is contained in:
Jochen 2025-05-15 19:03:21 +00:00
commit 438757586f

View File

@ -12,8 +12,8 @@ jobs:
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: apt update && apt install -yqq python3 zip pandoc python3-pip python3-venv
- run: cd onpoint && python3 -m venv .env && source .venv/bin/activate && pip3 install -r requirements.txt
- run: bash deploy.sh
- run: ls
- run: cd .. && git clone https://cicd:${{secrets.TOKEN}}@git.stuve-bamberg.de/serverPush/wiai.de.git wiai && cp -r latex-wochenende/css latex-wochenende/js latex-wochenende/lib latex-wochenende/onpoint latex-wochenende/slides.de.html latex-wochenende/svg wiai/latex-wochenende && cp -r latex-wochenende/css latex-wochenende/js latex-wochenende/lib latex-wochenende/onpoint latex-wochenende/slides.en.html latex-wochenende/svg wiai/latex-weekend