We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc13eb + 66c7dd2 commit 97024b0Copy full SHA for 97024b0
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