We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282c103 commit da6dcd5Copy full SHA for da6dcd5
1 file changed
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
if [[ "$DEV_RUN" == "true" ]]; then
80
echo 'Do a develop run of the API docs, check out main branch.'
81
git pull origin main
82
- git checkout -b main origin/main
+ git switch -c main --track origin/main
83
fi
84
85
0 commit comments