From 4715d40c91ff21ed26c714d675af47779cfef1be Mon Sep 17 00:00:00 2001 From: Jani Norrby <jani.t.norrby@utu.fi> Date: Sun, 22 Sep 2024 16:27:08 +0300 Subject: [PATCH] Fix the deployment script --- .gitlab-ci-simple.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci-simple.yml b/.gitlab-ci-simple.yml index b073ee1..3739594 100644 --- a/.gitlab-ci-simple.yml +++ b/.gitlab-ci-simple.yml @@ -25,7 +25,7 @@ pages: stage: deploy script: - cp latex/thesis.pdf . - - wget https://tech.utugit.fi/soft/tools/sitegen/sitegen.jar -O sitegen.jar + - wget https://tech.utugit.fi/soft/tools/cms/sitegen/sitegen.jar -O sitegen.jar - java -jar sitegen.jar -pdfjs only: - master diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aad2911..58eecff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ pages: stage: deploy script: - cp latex/thesis.pdf . - - wget https://tech.utugit.fi/soft/tools/sitegen/sitegen.jar -O sitegen.jar + - wget https://tech.utugit.fi/soft/tools/cms/sitegen/sitegen.jar -O sitegen.jar - java -jar sitegen.jar -pdfjs only: - master -- GitLab