We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa6db commit 8c931d1Copy full SHA for 8c931d1
deploy_to_ghpages.sh
@@ -13,7 +13,7 @@ git worktree prune
13
rm -rf .git/worktrees/public/
14
15
echo "Checking out gh-pages branch into public"
16
-git worktree add -B gh-pages public upstream/gh-pages
+git worktree add -B gh-pages public origin/gh-pages
17
18
echo "Removing existing files"
19
rm -rf public/*
0 commit comments