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
if result <>0then failwithf "DocFX failed. %s%s" docFxPath args
)
The treatWarningsAsErrors flag is what causes this to fail the build pipeline - we rely on that flag in order to make sure breakage doesn't happen inside the documentation website itself (i.e. broken links.)
Expected behavior
Unless there's a markdown / linking / code reference error, the website build successfully each and every time.
Actual behavior
Frequent, but inconsistent git timeouts during the DocFx build stage.
Additional context
This could be a function of how big the repository has become and we just need to expand the DocFx timeout for this stage - to something higher than 1s.
The text was updated successfully, but these errors were encountered:
Version Information
Version of Akka.NET? latest
dev
branchDescribe the bug
Our DocFx build stage repeatedly times out and has frequently done so over the past several months:
It's this stage of our build pipeline:
akka.net/build.fsx
Lines 477 to 506 in fd4860b
The
treatWarningsAsErrors
flag is what causes this to fail the build pipeline - we rely on that flag in order to make sure breakage doesn't happen inside the documentation website itself (i.e. broken links.)Expected behavior
Unless there's a markdown / linking / code reference error, the website build successfully each and every time.
Actual behavior
Frequent, but inconsistent
git
timeouts during the DocFx build stage.Additional context
This could be a function of how big the repository has become and we just need to expand the DocFx timeout for this stage - to something higher than 1s.
The text was updated successfully, but these errors were encountered: