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 ed5d2ed commit 16705a1Copy full SHA for 16705a1
.github/workflows/jekyll-gh-pages.yml
@@ -9,6 +9,10 @@ on:
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
12
+ # Runs automatically every Monday at 00:00 UTC to publish scheduled posts
13
+ schedule:
14
+ - cron: '0 0 * * 1'
15
+
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
18
contents: read
0 commit comments