Enable cron website rebuild

This commit is contained in:
2023-09-23 13:57:08 +02:00
parent c727cc9232
commit 9504f2f73d

@ -7,7 +7,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '56 13 * * *'
- cron: '0 0 * * *'
concurrency:
group: ${{ gitea.workflow }}-${{ gitea.ref }}