Only redeploy on docs change
parent
7f16fba071
commit
1120db212b
|
@ -1,10 +1,15 @@
|
||||||
# This file was created automatically with `myst init --gh-pages` 🪄 💚
|
# This file was initialized with `myst init --gh-pages`
|
||||||
|
|
||||||
name: MyST GitHub Pages Deploy
|
name: MyST GitHub Pages Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the develop branch
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
|
# Only trigger redeploy if Markdown files, notebooks, or config changes
|
||||||
|
paths:
|
||||||
|
- '**.md'
|
||||||
|
- '**.ipynb'
|
||||||
|
- 'myst.yml'
|
||||||
env:
|
env:
|
||||||
# `BASE_URL` determines the website is served from, including CSS & JS assets
|
# `BASE_URL` determines the website is served from, including CSS & JS assets
|
||||||
# You may need to change this to `BASE_URL: ''`
|
# You may need to change this to `BASE_URL: ''`
|
||||||
|
|
Loading…
Reference in New Issue