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