Skip to content
Snippets Groups Projects
Commit 4715d40c authored by Jani Norrby's avatar Jani Norrby
Browse files

Fix the deployment script

parent b36d73a6
No related branches found
No related tags found
No related merge requests found
Pipeline #76442 passed
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment