diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ebc5457 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +docs: + type: deploy + script: + - ssh -p 2683 benjamyntesting@s331.syd1.hostingplatform.net.au ./update-mkdocs.sh + only: master \ No newline at end of file