Skip to content
Snippets Groups Projects
Verified Commit 89739fa0 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Fix wrong paths when deploying to GitLab pages

parent 8fd4fcc5
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,8 @@ pages:
variables:
GIT_STRATEGY: none
script:
- echo "Skip script section"
- mv public/$CI_PROJECT_NAME/* public/.
- rmdir public/$CI_PROJECT_NAME
dependencies:
- build:production:subpath
needs: ["build:production:subpath"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment