fix issue with ci

This commit is contained in:
2025-11-13 14:21:40 -08:00
parent f8594af9ba
commit d19a07073c

View File

@@ -1,12 +1,12 @@
on:
push:
paths:
- "content/**"
- "static/**"
- "templates/**"
- ".conf/**"
- ".gitea/**"
- ".pipfile"
# - "content/**"
# - "static/**"
# - "templates/**"
# - ".conf/**"
# - ".gitea/**"
# - ".pipfile"
branches:
- "main"
@@ -38,6 +38,8 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt update
add-apt-repository ppa:deadsnakes/ppa
apt update
apt upgrade -y
apt install -y curl tar p7zip-full python3.11 pip pipx
-