Skip to content

Commit

Permalink
[devops] add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ver217 committed May 16, 2023
1 parent d0d3a7e commit 2ab6d72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doc_check_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: Make the merged branch main
run: |
cd ColossalAI
git branch -avv
cat docs/source/zh-Hans/features/1D_tensor_parallel.md
curBranch=$(git rev-parse --abbrev-ref HEAD)
git checkout main
git merge $curBranch # fast-forward master up to the merge
# curBranch=$(git rev-parse --abbrev-ref HEAD)
git branch main
# git merge $curBranch # fast-forward master up to the merge
cat docs/source/zh-Hans/features/1D_tensor_parallel.md
- name: Build docs
Expand Down

0 comments on commit 2ab6d72

Please sign in to comment.