I
I
Ivan Grishov2021-08-22 21:25:20
GitLab
Ivan Grishov, 2021-08-22 21:25:20

Gitlab pages not working, what could be the problem?

Can't set up gitlab pages.

I add the .gitlab-ci.yml file and paste these settings into it (added below).

But nothing happens, it does not connect, there is no check mark. And on another, old project, everything works OK. Tell me what could be the problem? Thanks for answer

setting in .gitlab-ci.yml file
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master

61229674dd7fc133399847.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question