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