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