Commit 653d7713 authored by sodepr's avatar sodepr

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

Changelog: fixed
parent 95361a66
......@@ -9,6 +9,7 @@ pages:
script:
- mkdir .public
- cp -r * .public
- rm -rf public
- mv .public public
artifacts:
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