We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb452d1 commit 57a9376Copy full SHA for 57a9376
1 file changed
.github/workflows/generate.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
workflow_dispatch:
7
schedule:
8
- - cron: '36 20 * * Sat'
+ - cron: '5 12 * * *'
9
10
jobs:
11
deploy:
@@ -42,6 +42,7 @@ jobs:
42
author_email: '${{ github.actor }}@users.noreply.github.com'
43
message: |-
44
Generated by GitHub workflow ${{ github.run_id }}
45
+
46
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
47
branch: gh-pages
48
env:
0 commit comments