max / makenotwork
1 file changed,
+2 insertions,
-1 deletion
| @@ -70,7 +70,8 @@ upload_config() { | |||
| 70 | 70 | rsync -az --delete site-docs/examples/ $SERVER:$REMOTE_DIR/docs/examples/ | |
| 71 | 71 | ||
| 72 | 72 | # Business assumptions (source-of-truth for substituted figures in docs) | |
| 73 | - | rsync -az docs/internal/business/assumptions.toml $SERVER:$REMOTE_DIR/docs/assumptions.toml | |
| 73 | + | # Lives in the private docs store outside the repo (moved 2026-05-20). | |
| 74 | + | rsync -az ../../_private/docs/mnw/server-internal/business/assumptions.toml $SERVER:$REMOTE_DIR/docs/assumptions.toml | |
| 74 | 75 | ||
| 75 | 76 | # Rustdoc (API reference for library crates) | |
| 76 | 77 | echo "[config] Generating rustdoc..." |