We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050b0fa commit f612133Copy full SHA for f612133
1 file changed
.github/workflows/deploy.yml
@@ -1,12 +1,10 @@
1
name: Github Pages Astro CI
2
3
on:
4
- # Trigger the workflow every time you push to the `main` branch
5
- # Using a different branch name? Replace `main` with your branch’s name
6
push:
7
branches: [ main ]
8
schedule:
9
- - cron: '0 0 * * *'
+ - cron: '0 1 * * *'
10
# Allows you to run this workflow manually from the Actions tab on GitHub.
11
workflow_dispatch:
12
0 commit comments