Open daanbreur opened 3 years ago
Hi! I know and thank you! I just like to have it to auto deploy to gh-pages. Cause I'm too lazy to merge it myself.
In the long run though I'd like to convert this to Vue.js and have some more robust features. I'm also looking into the Twitch API to see if I can come up with some cool things streamers can do with viewers!
You dont have to merge! You can setup githubpages to use any branch you would like. But this is good if you want to use VueJS. Even better would be the GithubAction, Its a bit like travisCI but intergrated in Github.
Ohhh nice I'll didn't realize that! I'll look into GithubAction, TravisCI was all I knew about from a few years ago. I need to get with the times XD.
Lmao
Just set it as main/master branch if your using raw html.
If your using VueJS you can create a GithubAction and run the proper commands to compile and upload to a gh-pages branch.
Ohhhhhhhhhh 🤦
Hey there 👋 I saw that you use TravisCI, this is not really needed. This website is already pure html, and doesnt need compiling/building.