Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 16dc486

Browse files
committed
Fix docs/publish.sh
1 parent d599cf5 commit 16dc486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fi
9292
cd $STATIC_FILES_DIR
9393

9494
# May need to do this if you are creating gh-pages for the first time.
95-
git checkout master
95+
git checkout main
9696

9797
git checkout --orphan gh-pages
9898
git rm -rf .

0 commit comments

Comments
 (0)