Skip to content
Snippets Groups Projects
Commit 06776dcb authored by Styrbjörn Swensson's avatar Styrbjörn Swensson
Browse files

fixed syntax error in pages stage

parent 69fdf20f
No related branches found
No related tags found
No related merge requests found
Pipeline #4682 passed
......@@ -18,7 +18,7 @@ pages:
stage: pages
script:
- mkdir .public
- cp -r .build/report/* .public
- cp -r ./build/report/* .public
- mv .public public
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment