diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..e2b764a3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,13 @@ +tasks: + - init: | + pip install -r requirements.txt + ./build.sh + echo "done build at $(date)" + command: mkdocs serve + +ports: + - port: 8000 + name: mkdocs + visibility: public + onOpen: open-preview +