Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/contracts-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:

# This job will be triggered for releases which name starts with
# `refs/tags/v`. 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
Expand All @@ -59,7 +59,7 @@ jobs:
with:
publish: true
verifyCommits: true
destinationRepo: threshold-network/threshold
destinationRepo: threshold-network/docs
destinationFolder: ./docs/app-development/staking-contract-and-dao/staking-contract-and-dao-api
destinationBaseBranch: main
userEmail: [email protected]
Expand Down