Skip to content

Commit

Permalink
Update merge-to-docs-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndSonder authored Jan 23, 2024
1 parent 9e00313 commit c022e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-to-docs-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
git config user.email "changlu@keter.top"
git config pull.rebase false
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/PaddleJitLab/CUDATutorial.git
cd CUDATutorial
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/PaddleJitLab/CUDATutorial.git CUDATutorial
cd CUDATutorial/
git fetch --all
git checkout -b docs origin/docs
Expand Down

0 comments on commit c022e23

Please sign in to comment.