Open navidcy opened 2 months ago
I thought that #156 would solve this issue by nuking the GitHub actions build. Note that the docs are build always on main. The steps in buildkite read:
steps:
- command: "buildkite-agent pipeline upload .buildkite/examples_build.yml "
label: ":pipeline:"
if: "build.pull_request.labels includes \"Run examples\" || build.branch == \"main\""
agents:
queue: new-central
Yes, #156 should resolve this. Just wanted to document it for future.
no way
i don't see docs yet but maybe they are coming
I’m worried there might be hosting/deploying issues. But they are built !!
Still building... it takes 5-6hrs...
I’ll close it when I see the docs
At the moment the docs are build with GitHub actions and also via buildkite-ci for examples.
But we can't have two ways of building the docs. When GitHub actions build docs without the examples then it pushes it and it overwrites the other docs. However the buildkite-CI only runs when the PR has a particular label...
The workflow is not robust and results in situations like the one described in #157...