diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 14:21:39 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-03-09 14:29:24 +0100 |
commit | e978fc96f3d668e76b92dfe575510c436ddf56f7 (patch) | |
tree | 7a0830015dedc65c98bfc2805f5e34e4c6fc1f60 | |
parent | 5e02c87c9471bb47670a896475078eb3c852600a (diff) |
Rebuild the documentation weekly too
-rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dfa67e1..68dd07d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: Website and Doxygen -on: [push] +on: + push: + schedule: + - cron: '0 0 * * 0' jobs: build: |