summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 096483fd6..c46752f10 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -19,8 +19,6 @@ 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 ✨ "
# --------------------------------------------------------