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
...@@ -25,7 +25,7 @@ pages: ...@@ -25,7 +25,7 @@ pages:
stage: deploy stage: deploy
script: script:
- cp latex/thesis.pdf . - 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 - java -jar sitegen.jar -pdfjs
only: only:
- master - master
......
...@@ -61,7 +61,7 @@ pages: ...@@ -61,7 +61,7 @@ pages:
stage: deploy stage: deploy
script: script:
- cp latex/thesis.pdf . - 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 - java -jar sitegen.jar -pdfjs
only: only:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment