-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
threshold
repo to docs
, token-dashboard
to dapp
We're renaming some of the repositories in the `threshold-network` organization. One of them is `threshold` repo, which will be renamed to `docs`. The other is `token-dashboard` that will be renamed to `dapp`. We need to update the references of the old names.
- Loading branch information
1 parent
7d41bc9
commit 6331398
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,10 +55,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 | ||
|
@@ -75,7 +75,7 @@ jobs: | |
preProcessingCommand: sed -i ':a;N;$!ba;s_///\n//\n_///\n_g' ./contracts/bridge/BitcoinTx.sol | ||
publish: true | ||
verifyCommits: true | ||
destinationRepo: threshold-network/threshold | ||
destinationRepo: threshold-network/docs | ||
destinationFolder: ./docs/app-development/tbtc-v2/tbtc-v2-api | ||
destinationBaseBranch: main | ||
userEmail: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters