Skip to content
Snippets Groups Projects
Commit f74b4687 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CI: Re-enabled GL pages

parent ef6a784b
Branches main
No related tags found
No related merge requests found
......@@ -18,18 +18,19 @@ sonarqube-check:
- if: $CI_COMMIT_BRANCH == 'master'
#pages:
# stage: deploy
# script:
# - mkdir public
# - mv js public/js
# - mv css public/css
# - mv panels public/panels
# - mv config public/config
# - mv index.html public/index.html
# - mv favicon.png public/favicon.png
# artifacts:
# paths:
# - public/
# only:
# - master
pages:
stage: deploy
script:
- mkdir public
- mv js public/js
- mv css public/css
- mv panels public/panels
- mv config public/config
- mv content public/content
- mv index.html public/index.html
- mv favicon.png public/favicon.png
artifacts:
paths:
- public/
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment