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 b95e6e2 commit 4ba3ca2Copy full SHA for 4ba3ca2
.github/workflows/jekyll-gh-pages.yml
@@ -5,6 +5,8 @@ on:
5
# Runs on pushes targeting the default branch
6
push:
7
branches: ["main"]
8
+ schedule:
9
+ - cron: "0 0 * * 1"
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments