Commit 7c26848d authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Update .gitlab-ci.yml file

parent dc881a60
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,7 +19,10 @@ pages:
        mike set-default --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH latest
      elif [ "$CI_COMMIT_REF_NAME" == "develop" ]; then
        mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_BRANCH
      elif [ -n "$CI_CLEAN"]; then
        rm -rf public/$CI_CLEAN
      fi

    - git checkout $PAGES_BRANCH -- public/
  artifacts:
    paths: