Attempt to fix workflow

- Blag requires python3.11
This commit is contained in:
2024-01-17 12:40:34 -08:00
parent 08467a6a47
commit 2d9a3f9181

View File

@@ -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: |