logseq / publish-spa

A github action and CLI to publish logseq graphs as a SPA app
MIT License
244 stars 14 forks source link

"Filename too long" Error in github action #17

Closed wxxb789 closed 10 months ago

wxxb789 commented 11 months ago

What Happened?

Got a "Filename too long" error in github action

Checking out the ref
  /usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
  Error: error: unable to create file pages/<a 160 chars chinese here>.org: File name too long

Reproduce the Bug

submit a file with long filename to your repo.

Expected Behavior

No response

Desktop or Mobile Platform Information

No response

logseq-cldwalker commented 11 months ago

Hi. This github action relies on git for versioning. If your graph is unable to work with git then unfortunately it won't work for this action. I'm happy to make this more explicit in the readme if that helps

logseq-cldwalker commented 10 months ago

Closing as I haven't heard back on improving documentation