ci: add nightly re-build to keep up-to-date with nim-lang/packages

This commit is contained in:
Daylin Morgan 2023-11-13 22:57:28 -06:00
parent b13d42a3a3
commit 7abfe14b59
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: 📄 Build Docs
on:
push:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
build: