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

Commit 4858702

Browse files
Andronik Ordian5chdn
authored andcommitted
ci: fix json docs generation (#9515)
1 parent 6e5a1c0 commit 4858702

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/gitlab/rpc-docs.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ upload_files() {
4242
git push --tags
4343
}
4444

45+
RPC_TRAITS_DIR="rpc/src/v1/traits/"
46+
4547
setup_git
4648
clone_repos
47-
cp -r parity/ jsonrpc/.parity/
49+
mkdir -p "jsonrpc/.parity/$RPC_TRAITS_DIR"
50+
cp -r "$RPC_TRAITS_DIR" "jsonrpc/.parity/$RPC_TRAITS_DIR"
4851
cd jsonrpc
4952
build_docs
5053
cd ..

0 commit comments

Comments
 (0)