Skip to content

Commit 9087b26

Browse files
committed
do not checkout main, get verbose logs
1 parent b00da22 commit 9087b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global user.name "Docusaurus Canary"
4141
git config --global user.email "canary@docusaurus.io"
4242
git fetch
43-
git checkout main
43+
# git checkout main
4444
- name: Installation
4545
run: yarn || yarn || yarn
4646
- name: Publish Canary release

0 commit comments

Comments
 (0)