-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
With the restructuring of the pipeline due to the access token permission change, we're getting some quiet error and even though the pipeline is green, the docs aren't deploying (last was 3 weeks ago).
The issue is that since we pulled the pages build out of the main pipeline flow, the hummingbird import fails.
* KeyError: 'hummingbird'
* ModuleNotFoundError: No module named 'hummingbird'
So we can either pull this stage back into the main pipeline as it was before (but make sure that the permissions are set correctly), or we can redownload everything again in the new stage. The second is a bit slower but maybe cleaner.
Metadata
Metadata
Assignees
Labels
No labels