Skip to content

Commit

Permalink
hotfix--workflow
Browse files Browse the repository at this point in the history
Fixed the workflow bug.
  • Loading branch information
erensunerr committed Nov 8, 2024
1 parent f8e0a07 commit 32c161a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
run: |
rm -rf ~/UML_Mentor/
mkdir ~/UML_Mentor
cd ~/UML_Mentor
git switch main
git pull
Expand Down

0 comments on commit 32c161a

Please sign in to comment.