Skip to content
Snippets Groups Projects
Commit 9bbbc3d3 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Merge branch 'master' into 'master'

Fix the deployment script

See merge request ttweb/thesis!14
parents b36d73a6 4715d40c
No related branches found
No related tags found
No related merge requests found
......@@ -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