Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ci: fix json docs generation (#9515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored and 5chdn committed Sep 11, 2018
1 parent 6e5a1c0 commit 4858702
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/gitlab/rpc-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ upload_files() {
git push --tags
}

RPC_TRAITS_DIR="rpc/src/v1/traits/"

setup_git
clone_repos
cp -r parity/ jsonrpc/.parity/
mkdir -p "jsonrpc/.parity/$RPC_TRAITS_DIR"
cp -r "$RPC_TRAITS_DIR" "jsonrpc/.parity/$RPC_TRAITS_DIR"
cd jsonrpc
build_docs
cd ..
Expand Down

0 comments on commit 4858702

Please sign in to comment.