EndlessReform / claude-artifacts-starter

Put your Claude Artifact page in a Vite site
https://endlessreform.github.io/claude-artifacts-starter/
4 stars 0 forks source link

Issue with deployment to github.io #2

Open cpldcpu opened 3 weeks ago

cpldcpu commented 3 weeks ago

First, thanks you for the awesome template!

Claude gave me some instruction how to deplay to github.io but i never managed to get it to work.I got much further with your template.

However, I am stuck at step 2 here: https://github.com/cpldcpu/neural-network-visualizer#deployment

Is the deploy run somehow supposed to generate a new branch (gh-pages)? Because it does not. The files for deployment are generated in a folder called "dist-github", which is exluded from the repository. So how are the files supposed to get into the branch?

You can find my project here: https://github.com/cpldcpu/neural-network-visualizer

cpldcpu commented 3 weeks ago

ok, i found the issue.

"predeploy": "npm run build:github && touch dist-github/.nojekyll",

Touch does not exist in windows systems...