diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 4839dddf71..0000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,11 +0,0 @@ -# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ -tasks: - - init: | - pip install -r requirements.txt - command: mkdocs serve --dirtyreload - - -# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/ -ports: - - port: 8000 - onOpen: open-preview