hosting #8
Answered
by
Abhinav-ark
Ajayraj-M-2003
asked this question in
Q&A
-
How did you make the website public? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 5, 2024
Replies: 1 comment
-
I used GitHub pages, you just have to select your deployment branch and GitHub serves your index.html file in the root path. It creates an automatic CI/CD, your sites gets continuously deployed as you make changes and commit to the deployment branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ajayraj-M-2003
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used GitHub pages, you just have to select your deployment branch and GitHub serves your index.html file in the root path. It creates an automatic CI/CD, your sites gets continuously deployed as you make changes and commit to the deployment branch.