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 82150c7 commit 073cdc3Copy full SHA for 073cdc3
.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ on:
7
branches: [ main ]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
+ # Run weekly on Sundays at 2 AM UTC
11
+ schedule:
12
+ - cron: '0 2 * * 0'
13
14
# Allow this job to clone the repo and create a page deployment
15
permissions:
0 commit comments