We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec9228 commit 27d6e10Copy full SHA for 27d6e10
.github/workflows/deploy.yml
@@ -3,8 +3,11 @@
3
name: MyST GitHub Pages Deploy
4
on:
5
push:
6
- # Runs on pushes targeting the default branch
7
branches: [main]
+ workflow_dispatch:
8
+ schedule:
9
+ # Runs every day at 1 AM Pacific Time
10
+ - cron: '0 8 * * *'
11
env:
12
# `BASE_URL` determines the website is served from, including CSS & JS assets
13
# You may need to change this to `BASE_URL: ''`
0 commit comments