ljvmiranda921 / sprites-as-a-service

Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
https://ljvmiranda921.github.io/sprites-as-a-service
MIT License
304 stars 19 forks source link

How do I mount the service on github pages? #74

Closed guaifish closed 4 years ago

guaifish commented 4 years ago

I want to mount the service on github pages like you do, mount sprites-as-a-service/ on https://ljvmiranda921.github.io/, how can I do that?

ljvmiranda921 commented 4 years ago

Hi @guaifish sorry I wasn't able to reply! The way I do this is via Github Actions, you can check how I do it here: https://github.com/ljvmiranda921/sprites-as-a-service/blob/master/.github/workflows/gh-pages.yml

guaifish commented 4 years ago

Thanks, I've found a way to do this. I'm new to FastAPI, your project help me a lot.