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