From c2f807842a70d9769a9fd74ef8be42812caa4e47 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 8 Jan 2025 15:21:43 +0100 Subject: [PATCH] Add call to charpress in documentation --- docs/source/getting_started/local_environment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/getting_started/local_environment.md b/docs/source/getting_started/local_environment.md index d29ccb3af..2655b71f8 100644 --- a/docs/source/getting_started/local_environment.md +++ b/docs/source/getting_started/local_environment.md @@ -59,6 +59,10 @@ for d in ./mybinder*/; do done ``` +``` +chartpress --skip-build +``` + ``` python deploy.py localhost ``` \ No newline at end of file