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 d158640 commit 1ebd30aCopy full SHA for 1ebd30a
.github/workflows/generate-api.yml
@@ -3,7 +3,7 @@ name: Generate and Deploy API
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 0 * * *'
+ - cron: '0 4 * * *'
7
push:
8
branches:
9
- main
@@ -45,4 +45,4 @@ jobs:
45
path: webroot/
46
47
- name: Deploy to GitHub Pages
48
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
+ uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
0 commit comments