We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6491093 commit c032bbdCopy full SHA for c032bbd
.github/workflows/nightly.yml
@@ -0,0 +1,9 @@
1
+name: nightly
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+ workflow_dispatch:
6
+
7
+jobs:
8
+ nightly:
9
+ uses: ./.github/workflows/documentation.yml
0 commit comments