Callum Waters
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
docs/post.sh
-
docs/pre.sh
|
@ -1,4 +1,3 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
rm -rf ./.vuepress/public/rpc |
|
|
rm -rf ./.vuepress/public/rpc |
|
|
rm -rf ./spec |
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
cp -a ../rpc/openapi/ .vuepress/public/rpc/ |
|
|
cp -a ../rpc/openapi/ .vuepress/public/rpc/ |
|
|
git clone https://github.com/tendermint/spec.git specRepo && cp -r specRepo/spec . && rm -rf specRepo |
|
|
|