diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3637bec..9973ae3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} script: | cd /home/${{ env.REMOTE_USER }}/serlo-editor-as-lti-tool/ - git checkout ${{ github.ref_name }} + git checkout --force ${{ github.ref_name }} git pull yarn yarn build