Update workflow

- Only do the rebuild/redeploy if the blog content changes.
This commit is contained in:
2024-01-17 12:47:51 -08:00
parent 2d9a3f9181
commit f0f72f7bcb
2 changed files with 4 additions and 139 deletions

View File

@@ -1,9 +1,9 @@
on:
push:
# paths:
# - "content/**"
# - "static/**"
# - "templates/**"
paths:
- "content/**"
- "static/**"
- "templates/**"
branches:
- "main"