Skip to content

Commit 6f8c5da

Browse files
author
Kristján Oddsson
authored
Run deploy every night
1 parent b7fff1a commit 6f8c5da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
# Runs on pushes targeting the default branch
1111
push:
1212
branches: ["master"]
13+
schedule:
14+
- cron: '0 0 * * *'
1315

1416
# Allows you to run this workflow manually from the Actions tab
1517
workflow_dispatch:

0 commit comments

Comments
 (0)