diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..4205e006d76e5b83d272c8d7bf1ffbdef1890c6d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: python:latest + +pages: + script: + - git clone https://github.com/httk/httk.git + - source httk/init.shell + - python3 ./publish.py + + artifacts: + paths: + - public + + only: + - master