Commit 181f44e0 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'master' into 'master'

Fix Gitlab Pages deployment wrong if a project has a public folder

See merge request gitlab-org/gitlab!74952
parents 965f98b9 653d7713
...@@ -9,6 +9,7 @@ pages: ...@@ -9,6 +9,7 @@ pages:
script: script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- rm -rf public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment