Skip to content

Commit 9cb2e9c

Browse files
committed
Fix docs-push-gh-pages
1 parent 4c7717c commit 9cb2e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docs-push-gh-pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
./docs-generate
55
cd ..
6-
git checkout gh-pages
6+
git checkout --track origin/gh-pages
77
find . -maxdepth 1 -not -name "docs" -not -name ".git" -not -name "tools" -print0 | xargs -0 rm -r || true
88
mv docs/* .
99
mv docs/.nojekyll .

0 commit comments

Comments
 (0)