-
Notifications
You must be signed in to change notification settings - Fork 419
ci: remove not needed nightly_docs workflow #1896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: remove not needed nightly_docs workflow #1896
Conversation
|
@ValuedMammal I think this fixes the permissions issue for #1847, reverts and replaces #1895. |
|
Do we even still need |
@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/ |
|
I don't personally think we need the nightly docs published on the website. |
83c6111 to
2cba473
Compare
|
I've update this PR to remove the unneeded nightly_docs workflow. |
thunderbiscuit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 2cba473.
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