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: |
|
||||
apt update
|
||||
apt install -y python3 python3-pip
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt --break-system-packages
|
||||
python3 -m pip install -r requirements.txt --break-system-packages
|
||||
|
||||
- name: Generate static site
|
||||
run: python3 main.py
|
||||
|
|
Loading…
Reference in a new issue