Skip to content
Snippets Groups Projects
Commit f7e2fe87 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Update .gitlab-ci.yml file

parent 7c26848d
No related branches found
No related tags found
No related merge requests found
Pipeline #4942 passed
......@@ -19,7 +19,7 @@ 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
elif [ -n "$CI_CLEAN" ]; then
rm -rf public/$CI_CLEAN
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment