ProjectPythia / projectpythia.github.io

https://projectpythia.org
Apache License 2.0
32 stars 17 forks source link

Maxouptutlength #445

Closed jukent closed 2 weeks ago

jukent commented 3 weeks ago

Attempt to fix book build failure

The build failed with

The value of "options.maxOutputLength" is out of range. It must be >= 1 and <= 4294967296. Received 0

even though it builds locally and in the preview. Not sure how to test if this will fix that without merging. Anyone have any insight into what is happening here?

Also confusing that it passes the build step in pages-build-deploy but fails build in publish.

github-actions[bot] commented 3 weeks ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: fddf7a6ef5c83b873fada0189fe330e4d3d20a8d ✅ Deployment Preview URL: https://projectpythia.github.io/_preview/445

jukent commented 3 weeks ago

https://github.com/ProjectPythia/projectpythia.github.io/actions/runs/9507448132

jukent commented 2 weeks ago

Seems to have resolved itself!