You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes: #1952fixes: #1908
# Overview
Makes docs rebuild on every pr, the reason for this being that the pre
processor can reference ANY code. And we were not explicitly checking
that docs builds succeeded on prs.
It only takes 4 minutes to run, and runs in isolation, so its not too
bad to run each time.
## TODO
The docs were broken by some broken links that I have not expressly
fixed, but they can be forked from this and fixed
fixes: AztecProtocol/aztec-packages#1952fixes: AztecProtocol/aztec-packages#1908
# Overview
Makes docs rebuild on every pr, the reason for this being that the pre
processor can reference ANY code. And we were not explicitly checking
that docs builds succeeded on prs.
It only takes 4 minutes to run, and runs in isolation, so its not too
bad to run each time.
## TODO
The docs were broken by some broken links that I have not expressly
fixed, but they can be forked from this and fixed
Currently, CI doesn't catch errors in the docusaurus build of the docs. We should start catching those, because it's tripped us up a few times.
There was a netlify bot that tried to build the docs, but we disabled it because it cluttered up all PRs.
The text was updated successfully, but these errors were encountered: