Skip to content

Commit 8c931d1

Browse files
committed
deploy script
1 parent 89aa6db commit 8c931d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_to_ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git worktree prune
1313
rm -rf .git/worktrees/public/
1414

1515
echo "Checking out gh-pages branch into public"
16-
git worktree add -B gh-pages public upstream/gh-pages
16+
git worktree add -B gh-pages public origin/gh-pages
1717

1818
echo "Removing existing files"
1919
rm -rf public/*

0 commit comments

Comments
 (0)