Skip to content
Snippets Groups Projects
Commit 2533d56d authored by Fabian Marquardt's avatar Fabian Marquardt
Browse files

Fix the CI config some more

parent 6d2b47c8
Branches
No related tags found
No related merge requests found
Pipeline #119522 passed
...@@ -5,9 +5,9 @@ pages: ...@@ -5,9 +5,9 @@ pages:
script: script:
- mkdir .build - mkdir .build
- cp -r * .build - cp -r * .build
- mv .build build - mv .build public
artifacts: artifacts:
paths: paths:
- build - public
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment