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 committed Jan 23, 2024
1 parent 96075e8 commit 6d2ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-docs-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: clone
run: |
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/PaddleJitLab/CUDATutorial.git CUDATutorial
git fetch --all
- name: Merge to Docs Branch
run: |
Expand All @@ -22,6 +21,7 @@ jobs:
git config pull.rebase false
cd CUDATutorial/
git fetch --all
git checkout -b docs origin/docs
git pull origin develop
Expand Down

0 comments on commit 6d2ef79

Please sign in to comment.