mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp -a ../rpc/openapi/ .vuepress/public/rpc/
|
|
cp -r ../spec .
|