We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b4426 commit 4c4caf3Copy full SHA for 4c4caf3
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ name: Auto-publish website
5
# Controls when the workflow will run
6
on:
7
schedule:
8
- - cron: "0 2 * * 1-6"
+ - cron: "0 * * * *"
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
0 commit comments