Bypassati problemi di shell.
This commit is contained in:
parent
6e136e925a
commit
1ed241c0c9
|
@ -5,9 +5,8 @@ jobs:
|
|||
Build:
|
||||
runs-on: site-builder
|
||||
steps:
|
||||
- run: source /app/venv/bin/activate
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pelican content -s publishconf.py
|
||||
- run: /app/venv/bin/pip install -r requirements.txt
|
||||
- run: /app/venv/bin/pelican content -s publishconf.py
|
||||
|
||||
Deploy:
|
||||
runs-on: debian-bookworm
|
||||
|
|
Loading…
Reference in New Issue