eclipse-edc / docs

EDC documentation
Apache License 2.0
3 stars 11 forks source link

"No space left on device" error on publish #169

Closed ndr-brt closed 1 month ago

ndr-brt commented 1 month ago

Bug Report

Publish action is failing because of a No space left on device error: https://github.com/eclipse-edc/docs/actions/runs/10036013682

Expected Behavior

to not fail

Observed Behavior

the submodule checkout is done in a recursive way, given that there's a documentation submodule that points to this repo recursively, it gets checked out multiple times

Possible Implementation

change the checkout command configuration, that can only be made by switching the gh-pages publication to the new way through the gh-pages branch (currently it's set to legacy)