Merge branch 'dev' into static
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
This commit is contained in:
commit
03c1885af1
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y python3 python3-pip
|
apt install -y python3 python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install -r requirements.txt --break-system-packages
|
||||||
pip3 install -r requirements.txt --break-system-packages
|
|
||||||
|
|
||||||
- name: Generate static site
|
- name: Generate static site
|
||||||
run: python3 main.py
|
run: python3 main.py
|
||||||
|
|
Loading…
Reference in a new issue