diff --git a/.gitpod.yml b/.gitpod.yml index 39f62435de..442f434eaa 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -23,13 +23,6 @@ tasks: gp sync-await setup make watch-frontend openMode: split-right - - name: Run docs - command: | - gp sync-await setup - cd docs - make clean update - hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 - openMode: split-right vscode: extensions: @@ -46,5 +39,3 @@ vscode: ports: - name: Gitea port: 3000 - - name: Docs - port: 1313