From 1a2bcbceee69a47c68b6c2be146a30b9c09fd71f Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 12 Mar 2019 04:35:02 +1100 Subject: [PATCH] Fixed yaml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebc5457..5325b99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,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 + only: + - master \ No newline at end of file