ci: remove not needed nightly_docs workflow#1896
Merged
notmandatory merged 1 commit intobitcoindevkit:masterfrom Mar 19, 2025
Merged
ci: remove not needed nightly_docs workflow#1896notmandatory merged 1 commit intobitcoindevkit:masterfrom
notmandatory merged 1 commit intobitcoindevkit:masterfrom
Conversation
Member
Author
|
@ValuedMammal I think this fixes the permissions issue for #1847, reverts and replaces #1895. |
8 tasks
Member
Author
|
Do we even still need |
Contributor
@notmandatory, On this, the nightly doc are not linked on the main page of the website, and I had to search for it before I found it. I guess this is the link right: https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk_wallet/ |
Member
|
I don't personally think we need the nightly docs published on the website. |
83c6111 to
2cba473
Compare
Member
Author
|
I've update this PR to remove the unneeded nightly_docs workflow. |
ValuedMammal
approved these changes
Mar 18, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I removed the nightly_docs workflow since it's not needed. The latest published bdk crate docs can be found on docs.rs.
Notes to the reviewers
We early in the project life we published nightly docs since the API was changing often and releases were infrequent. But now that the api is more stable and we make regular releases nightly docs aren't needed.
Checklists
All Submissions:
cargo fmtandcargo clippybefore committing