From ba75fe25ed8475684361b2ff547ffe376deb4eb7 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Wed, 1 Nov 2023 14:59:47 +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-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-docs.yml b/.github/workflows/contracts-docs.yml index 6a713b8dd..6202106c1 100644 --- a/.github/workflows/contracts-docs.yml +++ b/.github/workflows/contracts-docs.yml @@ -78,7 +78,7 @@ jobs: addTOC: false verifyCommits: true destinationRepo: threshold-network/threshold - destinationFolder: ./docs/app-development/tbtc-v2/tbtc-v2-api + destinationFolder: ./docs/app-development/tbtc-v2/tbtc-contracts-api/tbtc-v2-api destinationBaseBranch: main userEmail: 38324465+thesis-valkyrie@users.noreply.github.com userName: Valkyrie