Skip to content

Commit 57a9376

Browse files
committed
review fixup
1 parent bb452d1 commit 57a9376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
workflow_dispatch:
77
schedule:
8-
- cron: '36 20 * * Sat'
8+
- cron: '5 12 * * *'
99

1010
jobs:
1111
deploy:
@@ -42,6 +42,7 @@ jobs:
4242
author_email: '${{ github.actor }}@users.noreply.github.com'
4343
message: |-
4444
Generated by GitHub workflow ${{ github.run_id }}
45+
4546
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4647
branch: gh-pages
4748
env:

0 commit comments

Comments
 (0)