Skip to content

Commit

Permalink
Fix docs-push-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
reo7sp committed Nov 1, 2022
1 parent 4c7717c commit 9cb2e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docs-push-gh-pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

./docs-generate
cd ..
git checkout gh-pages
git checkout --track origin/gh-pages
find . -maxdepth 1 -not -name "docs" -not -name ".git" -not -name "tools" -print0 | xargs -0 rm -r || true
mv docs/* .
mv docs/.nojekyll .
Expand Down

0 comments on commit 9cb2e9c

Please sign in to comment.