diff --git a/.gitea/workflows/production/build-deploy-docs.yml b/.gitea/workflows/production/build-deploy-docs.yml index cc6ba08..e7b9a15 100644 --- a/.gitea/workflows/production/build-deploy-docs.yml +++ b/.gitea/workflows/production/build-deploy-docs.yml @@ -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: |