From d4436a22539fc2bfc5bb576db7fdaa5df50a19ec Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 18 May 2021 18:45:15 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa4a511..b19ea58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ pages: - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' script: - cp -r `root-config --prefix`/js public + - ln -s public/index.htm public/index.html artifacts: paths: - public -- GitLab