diff options
-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 |