Static Page Generator #5
1 changed files with 3 additions and 3 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue