Skip to content
Snippets Groups Projects
Commit 6cef39a3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent affd6129
Branches
No related tags found
No related merge requests found
......@@ -8,9 +8,10 @@ pages:
- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
script:
- git clone https://github.com/root-project/jsroot.git public
#- cp -r `root-config --prefix`/js public
- cd public && ln -s index.htm index.html && cd ..
- cp .htaccess public/.
- cp index.htm public/.
- cd public && ln -s index.htm index.html && cd ..
#- cp -r `root-config --prefix`/js public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment