Skip to content

Commit 27d6e10

Browse files
authored
Build blog each morning in github actions (#23)
1 parent 3ec9228 commit 27d6e10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
name: MyST GitHub Pages Deploy
44
on:
55
push:
6-
# Runs on pushes targeting the default branch
76
branches: [main]
7+
workflow_dispatch:
8+
schedule:
9+
# Runs every day at 1 AM Pacific Time
10+
- cron: '0 8 * * *'
811
env:
912
# `BASE_URL` determines the website is served from, including CSS & JS assets
1013
# You may need to change this to `BASE_URL: ''`

0 commit comments

Comments
 (0)