From dde048578dfb0946e8ced566deaee9e896612d22 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Thu, 24 Aug 2023 17:23:16 +0100 Subject: [PATCH] ci: move syncing of smart contracts docs to `develop` branch --- scripts/contracts-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contracts-sync.sh b/scripts/contracts-sync.sh index 1059202134..838fb45ef5 100644 --- a/scripts/contracts-sync.sh +++ b/scripts/contracts-sync.sh @@ -3,7 +3,7 @@ # Pull lsp-smart-contracts repo mkdir tmpDocsSync cd tmpDocsSync -git clone --depth 1 --branch test-docs-sync https://github.com/lukso-network/lsp-smart-contracts.git +git clone --depth 1 --branch develop https://github.com/lukso-network/lsp-smart-contracts.git # Copy Docs rsync -av --progress lsp-smart-contracts/docs/. ../docs/contracts/