-
Notifications
You must be signed in to change notification settings - Fork 589
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
book workflow #537
book workflow #537
Conversation
Hmm, when writing the docs the code annotations were mainly just references to the implementation, they weren't intended to compile at all (big reason tests are failing). Maybe that was a bad idea and I should go back and change them all. The alternative would be to remove the |
primitives + precompiles mdbook test, doctests
… waylon_book_workflow
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.
lgtm!
* book workflow * mdbook lint * mdbook build optional * Update introduction.md * interpreter primitives + precompiles mdbook test, doctests * fmt + CI * clippy + book
* book workflow * mdbook lint * mdbook build optional * Update introduction.md * interpreter primitives + precompiles mdbook test, doctests * fmt + CI * clippy + book
Workflow to lint, test, build, and deploy the mdbook. Can change the deploy parts once pages are set up. This is the same workflow from reth book here. We will need to edit the example
revm/examples/fork_ref_transact.rs
Lines 1 to 109 in 10f81ba