From aef654270f0dc1d1548edc772bb27dab65e60585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Fri, 21 Feb 2025 11:28:49 +0000 Subject: [PATCH] trying wget + http url now. .. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2164114..15c7e69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ pages: script: - mkdir .public - cp -r ./* .public - - curl http://www.heicad.hhu.de/lehre/masters-programme-ai-and-data-science/faq/ --output .public/FAQ.html + - wget http://www.heicad.hhu.de/lehre/masters-programme-ai-and-data-science/faq/ --output .public/FAQ.html - rm -rf public - mv .public public -- GitLab