Related to issue #5 , I had trouble adding this action to my github page because it is a user page instead of a project page.
User pages are created like this:

... and have a URL like [username].github.io, unlike project pages that look something like [username].github.io/[repository].
My fix is to manually set public_base_path to './' for my user page. Maybe a check could be added for others who want to use this action for their user page as well. 😄
I'm not too familiar with actions, so if there isn't an easy way to determine the page's type then maybe just a bit of helpful documentation in the README would be sufficient.
Related to issue #5 , I had trouble adding this action to my github page because it is a user page instead of a project page.

User pages are created like this:
... and have a URL like
[username].github.io, unlike project pages that look something like[username].github.io/[repository].My fix is to manually set public_base_path to './' for my user page. Maybe a check could be added for others who want to use this action for their user page as well. 😄
vite-github-pages-deployer/action.yml
Line 50 in f2099a9
I'm not too familiar with actions, so if there isn't an easy way to determine the page's type then maybe just a bit of helpful documentation in the README would be sufficient.