Skip to main content

max / makenotwork

deploy: update assumptions.toml path to private docs store
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-21 02:15 UTC
Commit: e9b240ece3536d0a4a78be9d8bc61a06ed9176be
Parent: 42b150e
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..."