diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:11:51 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:11:51 +0300 |
commit | 302d64182a86a4ea53a2f6133b5218ef50157bfa (patch) | |
tree | 5614d400562ecb17650e8420d26de2446d794f60 | |
parent | 99b337b65cc6727f51c1d26aac17f01c318c38d6 (diff) |
Rename tools scripts
-rwxr-xr-x | tools/docs-generate (renamed from tools/generate-docs) | 0 | ||||
-rwxr-xr-x | tools/docs-push-gh-pages (renamed from tools/push-ghpages) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate-docs b/tools/docs-generate index 0caab1d..0caab1d 100755 --- a/tools/generate-docs +++ b/tools/docs-generate diff --git a/tools/push-ghpages b/tools/docs-push-gh-pages index e7b41fa..36e80f8 100755 --- a/tools/push-ghpages +++ b/tools/docs-push-gh-pages @@ -1,6 +1,6 @@ #!/bin/bash -./generate-docs +./docs-generate cd .. git checkout gh-pages find . -maxdepth 1 -not -name "docs" -not -name ".git" -not -name "tools" -print0 | xargs -0 rm -r |