Skip to content

Commit 97024b0

Browse files
authored
Merge pull request #236 from dandi/enh-netlify-preview
Add Netlify PR preview deployments
2 parents dfc13eb + 66c7dd2 commit 97024b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Netlify configuration for PR preview deployments.
2+
# Production site remains on GitHub Pages (docs.dandiarchive.org).
3+
# Netlify is used ONLY for PR previews — do NOT configure a custom domain here.
4+
5+
[build]
6+
command = "git submodule update --init && pip install -r requirements.txt && mkdocs build"
7+
publish = "site"
8+
9+
[build.environment]
10+
PYTHON_VERSION = "3.11"

0 commit comments

Comments
 (0)