Skip to content

Commit 2e3875e

Browse files
authored
Deploy website once a month to keep things current (#71)
<!-- LIST CHANGES HERE -->
2 parents cfa27d1 + bf683d3 commit 2e3875e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ name: "Deploy GitHub Pages"
22
run-name: "Deploy GitHub Pages"
33

44
on:
5-
workflow_dispatch:
5+
6+
schedule:
7+
- cron: '0 0 1 * *'
8+
69
push:
710
branches: [main]
811

12+
workflow_dispatch:
13+
914
permissions:
1015
contents: read
1116
pages: write

0 commit comments

Comments
 (0)