From e1614d148ad82186e537e73c4604fb9c5609b122 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 13 Nov 2025 14:22:26 -0800 Subject: [PATCH] fix issue with ci for realsies this time --- .gitea/workflows/production/build-deploy-docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/production/build-deploy-docs.yml b/.gitea/workflows/production/build-deploy-docs.yml index e555cd6..aa335c7 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" + # paths: + # # - "content/**" + # # - "static/**" + # # - "templates/**" + # # - ".conf/**" + # # - ".gitea/**" + # # - ".pipfile" branches: - "main"