We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b20e27 + 97024b0 commit 0015ae8Copy full SHA for 0015ae8
1 file changed
netlify.toml
@@ -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