feat: Add a nightly build
Added a scheduled nightly build workflow to keep the deployed site current with any content changes, particularly in the private submodule.
This commit is contained in:
parent
eec19d4558
commit
242bf8c82c
2 changed files with 2 additions and 4 deletions
|
|
@ -5,6 +5,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue