I am generating static website files from my .doccarchive file:
xcrun docc process-archive transform-for-static-hosting $DOCC_ARCHIVE_PATH --output-path $STATIC_FILES_FOLDER --hosting-base-path DOCC_NAME
I want to upload these files to a GitHub pages branch, but some of the folder and file names have a :
in them:
Error: Artifact path is not valid: /data/documentation/services/accesstokeninfo/!=(_:_:).json. Contains the following character: Colon :
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n