diff options
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/update-site.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.forgejo/workflows/update-site.yml b/.forgejo/workflows/update-site.yml index fbe28fb..85249ca 100644 --- a/.forgejo/workflows/update-site.yml +++ b/.forgejo/workflows/update-site.yml @@ -1,16 +1,16 @@ on: push: paths: - - 'static/**' - - 'content/**' - - 'templates/**' + - "static/**" + - "content/**" + - "templates/**" jobs: deploy: runs-on: self-hosted steps: - - id: step1 - run: | - cd /var/www/ - git pull - zola build + - id: step1 + run: | + cd /var/www/ + git pull + zola build |
