Hello.
I have basic html pages in my repo only. Its possible to access by webbrowser without login and execute the html index page? In github i have a ‘publish’ option to do this
I need public access of https://gitlab.com/volartpons/pyminvisionweb/-/blob/master/index.html
Thx!!!
I think you are looking for Gitlab Pages: https://docs.gitlab.com/ee/user/project/pages/
OK! This is the trick: https://docs.gitlab.com/ee/user/project/pages/getting_started/pages_ci_cd_template.html
Thanks
Sorry but… how i can update page? I delete pipeline and create new with last commit but the page is same (and wait more than 1 hour)
In https://docs.gitlab.com/ee/user/project/pages/getting_started/pages_ci_cd_template.html say
“For every change pushed to your repository, GitLab CI/CD runs a new pipeline that immediately publishes your changes to the Pages site.”
Thx
What do you mean by “delete pipeline”?
Anyhow, it should automatically publish the last artifact of a job called “pages”. Was the job successful?
YEs: