Closed DuendeInexistente closed 7 months ago
Do you have a reproduction I can test with?
Been a long running issue. There aren't any guardrails to keep rejected file types out of the upload job right now. The only workaround is to ignore bad files or keep them out of your deploy folder.
Do you have a reproduction I can test with?
https://github.com/DuendeInexistente/neocities/tree/5f2d35e241fd04cc8a048c58264c5d42e0ea0113
This commit has the failure, if that's what you're asking for.
I'll try to take a look but in the meantime, try removing suspect files that the neocities upload API might reject (large binaries, shell scripts maybe? dot prefixed files? I can't recall the specifics here off hand). The current action API assumes you are deploying a folder of neocities safe files.
Oh, that makes sense, I assumed those files would be just bounced back like with the regular neocities api client. There's a lot of misc workfiles I left in place.