We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7717c commit 9cb2e9cCopy full SHA for 9cb2e9c
tools/docs-push-gh-pages
@@ -3,7 +3,7 @@ set -e
3
4
./docs-generate
5
cd ..
6
-git checkout gh-pages
+git checkout --track origin/gh-pages
7
find . -maxdepth 1 -not -name "docs" -not -name ".git" -not -name "tools" -print0 | xargs -0 rm -r || true
8
mv docs/* .
9
mv docs/.nojekyll .
0 commit comments