From 6c89d97c1a9018d7376ea8c73af4c630e8c25ca1 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Wed, 1 Nov 2023 15:03:29 +0100 Subject: [PATCH] Update auto-generated contract docs destination As auto-generated contract API reference has been moved under https://docs.threshold.network/app-development/tbtc-v2/tbtc-contracts-api, we need to update the CI job that publishes those docs to take the new destination into account --- .github/workflows/contracts-ecdsa-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-ecdsa-docs.yml b/.github/workflows/contracts-ecdsa-docs.yml index a105b0c2a7..50b9e43678 100644 --- a/.github/workflows/contracts-ecdsa-docs.yml +++ b/.github/workflows/contracts-ecdsa-docs.yml @@ -78,7 +78,7 @@ jobs: addTOC: false verifyCommits: true destinationRepo: threshold-network/threshold - destinationFolder: ./docs/app-development/tbtc-v2/ecdsa-api + destinationFolder: ./docs/app-development/tbtc-v2/tbtc-contracts-api/ecdsa-api destinationBaseBranch: main userEmail: 38324465+thesis-valkyrie@users.noreply.github.com userName: Valkyrie