Skip to content

Commit a37a5c6

Browse files
committed
Run twice every day
1 parent f628483 commit a37a5c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Github Pages
22

3-
on: [push, pull_request]
3+
on:
4+
- push
5+
- pull_request
6+
- schedule:
7+
- cron: "51 5,17 * * *"
48

59
permissions:
610
contents: read
@@ -40,4 +44,4 @@ jobs:
4044
steps:
4145
- name: Deploy to GitHub Pages
4246
id: deployment
43-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)