From 932d56c29e03429ad0ee59d33c97a989c73e6383 Mon Sep 17 00:00:00 2001 From: Sulaeman <22sula1mpg@hft-stuttgart.de> Date: Tue, 13 Jun 2023 14:41:42 +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 47c6449..410eae3 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/pages/$CI_PROJECT_PATH/" + - echo "deploy to https://transfer.hft-stuttgart.de/pages/22sula1mpg/ex3_3d_ar/" artifacts: paths: - public -- GitLab