update workflow triggers, add a script to create a blog entry.
All checks were successful
/ Build static site, docker image, upload artifact... (push) Successful in 6m36s
/ Connect to deployment host, update, and redeploy docs website. (push) Successful in 21s

This commit is contained in:
2024-10-26 03:11:18 -07:00
parent e398c00fd3
commit a030e42d19
2 changed files with 56 additions and 4 deletions

View File

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