Skip to content

Commit

Permalink
remove all checkout command line in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Aug 2, 2021
1 parent e411253 commit 6675a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
git fetch --all
git pull --all
for b in $(git branch -a | grep 'remotes/origin' | grep -v 'HEAD' | cut -c 18-); do git checkout $b; done
git branch -av
git remote -v
git tag
Expand Down

0 comments on commit 6675a56

Please sign in to comment.