Skip to content

Commit 1ebd30a

Browse files
authored
Generate API after other daily tasks
1 parent d158640 commit 1ebd30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate and Deploy API
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '0 4 * * *'
77
push:
88
branches:
99
- main
@@ -45,4 +45,4 @@ jobs:
4545
path: webroot/
4646

4747
- name: Deploy to GitHub Pages
48-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
48+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)