Merge branch 'dev' into static
Some checks failed
Build and Deploy Static Site / build (push) Failing after 55s
Some checks failed
Build and Deploy Static Site / build (push) Failing after 55s
This commit is contained in:
commit
b8851c8049
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y python3 python3-pip
|
apt install -y python3 python3-pip
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip3 install -r requirements.txt --break-system-packages
|
||||||
|
|
||||||
- name: Generate static site
|
- name: Generate static site
|
||||||
run: python main.py
|
run: python3 main.py
|
||||||
|
|
||||||
- name: Deploy to pages branch
|
- name: Deploy to pages branch
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue