From fd224831bb7b42c335821fccc78cb5bccec41231 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 2 Apr 2019 22:50:58 -0700 Subject: [PATCH] update built instructions --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce93210..e153e52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,10 @@ pages: - pip install mkdocs-material script: - - cd ./web - mkdocs build - mv site ../public - - cd ../ artifacts: paths: - public only: - - documentation + - master