diff options
| -rw-r--r-- | .forgejo/workflows/update-site.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.forgejo/workflows/update-site.yml b/.forgejo/workflows/update-site.yml index 20f363d..fbe28fb 100644 --- a/.forgejo/workflows/update-site.yml +++ b/.forgejo/workflows/update-site.yml @@ -1,7 +1,9 @@ on: push: paths: - - 'src/**' + - 'static/**' + - 'content/**' + - 'templates/**' jobs: deploy: |
