diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e42e9d..3f2d10b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ deploy-resume-github: script: - eval `ssh-agent -s` - ssh-add <(echo "$SSH_DEPLOY_KEY") - - git pull $GIT_REPO /tmp/deploy + - git clone $GIT_REPO /tmp/deploy - pushd /tmp/deploy - git checkout -b gh-pages origin/gh-pages - rm -rf *