From ad9eab488a20b87ae7fdb4b54c2a6c2e5acbc4bf Mon Sep 17 00:00:00 2001 From: Sulaeman <22sula1mpg@hft-stuttgart.de> Date: Mon, 19 Jun 2023 10:16:28 +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 410eae3..9b18b5d 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/22sula1mpg/ex3_3d_ar/" + - echo "deploy to https://transfer.hft-stuttgart.de/pages/22sula1mpg/ex3_3d_ar/public" artifacts: paths: - public -- GitLab