From 17b26f6c2800e9bb5a568d81e3f24bdf6a5b8c2f Mon Sep 17 00:00:00 2001 From: rawhide kobayashi Date: Sat, 18 Jan 2025 16:55:20 -0600 Subject: [PATCH] deeptest --- .gitea/workflows/deploy.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ac399fc..f88d9b0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,8 +1,10 @@ name: blog.neet.works deployment -on: - push: - paths: - - 'public/**' # Trigger the workflow when files in the 'public' folder are updated +#on: +# push: +# paths: +# - 'public/**' # Trigger the workflow when files in the 'public' folder are updated + +on: [push] jobs: deploy_mamizou: