Attempt to fix workflow
- Blag requires python3.11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "content/**"
|
||||
- "static/**"
|
||||
- "templates/**"
|
||||
# paths:
|
||||
# - "content/**"
|
||||
# - "static/**"
|
||||
# - "templates/**"
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y curl tar p7zip-full python3 pip pipx
|
||||
apt install -y curl tar p7zip-full python3.11 pip pipx
|
||||
-
|
||||
name: Install pipenv, build blog...
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user