Copy correct parity repo to jsonrpc folder
Copy correct parity repo to jsonrpc folder before attempting to build docs since the CI runner clones the repo as parity and not parity-ethereum.
This commit is contained in:
parent
10c4e0cae7
commit
4c5952dc99
@ -6,7 +6,6 @@ clone_repos() {
|
||||
}
|
||||
|
||||
build_docs() {
|
||||
cp parity-ethereum jsonrpc/.parity
|
||||
npm install
|
||||
npm run build:markdown
|
||||
}
|
||||
@ -36,6 +35,7 @@ upload_files() {
|
||||
|
||||
setup_git
|
||||
clone_repos
|
||||
cp parity jsonrpc/.parity
|
||||
cd jsonrpc
|
||||
build_docs
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user