Skip to content

Commit

Permalink
ci: force git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Oct 15, 2024
1 parent 91d2ed0 commit b7fe25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7fe25e

Please sign in to comment.