electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.29k stars 487 forks source link

ci: don't use versionDocs option in API Documentation workflow #3571

Closed dsanders11 closed 1 month ago

dsanders11 commented 1 month ago

Summarize your changes:

This got flipped on in #3520 because I thought it would be nice, but the workflow is now hitting GitHub server errors and I suspect it has to do with the number of files changed. Removing versionDocs: true should cut down on the number of files changed and hopefully let the workflow succeed.