fix issue with ci
This commit is contained in:
@@ -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
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user