I have created a jekyll repo and i want to deploy it on local running gitlab server localip:port. What i did is,
- Created jekyll blog src repo as suggested gitlab jekyll
- Created
.gitlab-ci.yml
- Run a pipeline job
But it fails (always pending). I have no ideas of,
what should be my repo name ? such as like myname.gitlab.io if gitlab running locally.
Then. In what url my jekyll page rendered... !
May be I am totally wrong about it.