From b49eb6190ef8557483be4927087f29f4fc763689 Mon Sep 17 00:00:00 2001 From: Yaemyim <22yasa1mpg@hft-stuttgart.de> Date: Tue, 20 Jun 2023 14:19:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8506e67..9c75200 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: pages: stage: deploy script: - - echo "deploy to https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/" + - echo "deploy to https://transfer.hft-stuttgart.de/pages/22yasa1mpg/webarsr/" artifacts: paths: - public -- GitLab