Skip to content

Commit

Permalink
Fix branch switch command in generate-toc.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Feb 22, 2024
1 parent 527aeda commit 8987e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Pull latest changes
run: |
git switch main
git checkout main
git fetch --prune --unshallow
git pull
Expand Down

0 comments on commit 8987e81

Please sign in to comment.