Closed koliyo closed 4 months ago
The new file paths for generated documentation gives me errors during checkout of swift dependencies on github windows CI runners.
error: 'bigint': Couldn’t check out revision ‘88071df9f27361b52d92f9acea85e8b658af8183’: error: invalid path 'docs/data/documentation/bigint/bigint/!=(_:_:)-3bni3.json'
This structure is new in 5.4.0 from what I can tell
Seems related to: https://github.com/apple/swift-docc/issues/284
I reverted back to using jazzy from docc for now until this is fixed (793a7fa).
Closed in v5.4.1
The new file paths for generated documentation gives me errors during checkout of swift dependencies on github windows CI runners.
This structure is new in 5.4.0 from what I can tell