summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index c46752f10..096483fd6 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -19,6 +19,8 @@ tasks:
echo "📖 Building docs 📖 "
cd doc
make html
+ echo "Installing dependencies for documentation Live-Preview"
+ pip install esbonio
echo "✨ Pre-build complete! You can close this terminal ✨ "
# --------------------------------------------------------