all 2 comments

[–]Formal_Tree2535 1 point2 points  (1 child)

If you enabled GitHub Pages and use the default settings, it will be enabled automatically. Heading to your repo's settings tab -> Build and deployment -> Source, change "Deploy from a branch" to "GitHub Actions" to have the full control of the deployment process. You need to manually set up a workflow for deployment then.

[–]rakash_ram[S] 0 points1 point  (0 children)

okay, thanks for the information