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: