Skip to content

Commit

Permalink
Merge pull request #610 from lukso-network/ci/docs-sync
Browse files Browse the repository at this point in the history
ci: move syncing of smart contracts docs to `develop` branch
  • Loading branch information
CJ42 authored Aug 24, 2023
2 parents 5524bca + dde0485 commit 0b4e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/contracts-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 0b4e461

Please sign in to comment.