Merge branch 'dev' into static
Some checks failed
Build and Deploy Static Site / build (push) Failing after 55s

This commit is contained in:
Kumi 2024-07-01 10:04:39 +02:00
commit b8851c8049
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -17,11 +17,11 @@ jobs:
run: |
apt update
apt install -y python3 python3-pip
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt --break-system-packages
- name: Generate static site
run: python main.py
run: python3 main.py
- name: Deploy to pages branch
run: |