Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ pages: - git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet." - git checkout $CI_COMMIT_SHA script: - git pull --rebase origin $PAGES_BRANCH - | if [ -n "$CI_COMMIT_TAG" ]; then mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ pages: - git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet." - git checkout $CI_COMMIT_SHA script: - git pull --rebase origin $PAGES_BRANCH - | if [ -n "$CI_COMMIT_TAG" ]; then mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest Loading