From 1d8d2b053703dcdd458196aadd9c717ff10a5019 Mon Sep 17 00:00:00 2001 From: Michalina Date: Tue, 27 Jun 2023 17:30:46 +0200 Subject: [PATCH] Rename `threshold` repo to `docs` We're renaming some of the repositories in the `threshold-network` organization. One of them is `threshold` repo, which will be renamed to `docs`. We need to update the references of the old name. --- .github/workflows/contracts-ecdsa-docs.yml | 10 +++++----- .github/workflows/contracts-random-beacon-docs.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/contracts-ecdsa-docs.yml b/.github/workflows/contracts-ecdsa-docs.yml index 97f182690d..e345d17654 100644 --- a/.github/workflows/contracts-ecdsa-docs.yml +++ b/.github/workflows/contracts-ecdsa-docs.yml @@ -63,10 +63,10 @@ jobs: # This job will be triggered for releases which name starts with # `refs/tags/solidity/`. It will generate contracts documentation in - # Markdown and sync it with a specific path of - # `threshold-network/threshold` repository. If changes will be detected, - # a PR updating the docs will be created in the destination repository. The - # commit pushing the changes will be verified using GPG key. + # Markdown and sync it with a specific path of the `threshold-network/docs` + # repository. If changes will be detected, a PR updating the docs will be + # created in the destination repository. The commit pushing the changes will + # be verified using GPG key. contracts-docs-publish: name: Publish contracts documentation needs: contracts-docs-prepublish-wait @@ -75,7 +75,7 @@ jobs: projectDir: /solidity/ecdsa publish: true verifyCommits: true - destinationRepo: threshold-network/threshold + destinationRepo: threshold-network/docs destinationFolder: ./docs/app-development/tbtc-v2/ecdsa-api destinationBaseBranch: main userEmail: 38324465+thesis-valkyrie@users.noreply.github.com diff --git a/.github/workflows/contracts-random-beacon-docs.yml b/.github/workflows/contracts-random-beacon-docs.yml index ff7e682e28..18da3d59f3 100644 --- a/.github/workflows/contracts-random-beacon-docs.yml +++ b/.github/workflows/contracts-random-beacon-docs.yml @@ -51,10 +51,10 @@ jobs: # This job will be triggered for releases which name starts with # `refs/tags/solidity/`. It will generate contracts documentation in - # Markdown and sync it with a specific path of - # `threshold-network/threshold` repository. If changes will be detected, - # a PR updating the docs will be created in the destination repository. The - # commit pushing the changes will be verified using GPG key. + # Markdown and sync it with a specific path of the `threshold-network/docs` + # repository. If changes will be detected, a PR updating the docs will be + # created in the destination repository. The commit pushing the changes will + # be verified using GPG key. contracts-docs-publish: name: Publish contracts documentation needs: docs-detect-changes @@ -64,7 +64,7 @@ jobs: projectDir: /solidity/random-beacon publish: true verifyCommits: true - destinationRepo: threshold-network/threshold + destinationRepo: threshold-network/docs destinationFolder: ./docs/app-development/random-beacon/random-beacon-api destinationBaseBranch: main userEmail: 38324465+thesis-valkyrie@users.noreply.github.com