Update .gitea/workflows/build-and-publish.yaml

This commit is contained in:
techknowlogick
2023-08-25 00:41:53 +00:00
parent 55f25636ae
commit 08bd4581f0

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 */6 * * *' # every six hours on the hour
jobs:
build-docs: