Skip to content

Commit 16705a1

Browse files
committed
Найстройки билда
1 parent ed5d2ed commit 16705a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
1111

12+
# Runs automatically every Monday at 00:00 UTC to publish scheduled posts
13+
schedule:
14+
- cron: '0 0 * * 1'
15+
1216
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1317
permissions:
1418
contents: read

0 commit comments

Comments
 (0)