diff --git a/.gitea/workflows/production/build-deploy-docs.yml b/.gitea/workflows/production/build-deploy-docs.yml index e5a014d..88e53a3 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"