Thank you very much for your effort! could you please explain how to deploy built artifact to github pages?
@nivekDev Жыл бұрын
Hi @draylegend. You need to build your app in the pipeline and then I would suggest to use some GitHub Pages Deploy Actions to deploy the app. Something like this. github.com/JamesIves/github-pages-deploy-action. Note that this would not work for SSR.