Skip to content
Snippets Groups Projects
Commit 9b158782 authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Update .gitlab-ci.yml file

parent c84d0201
No related branches found
No related tags found
No related merge requests found
Pipeline #286286 failed
...@@ -60,7 +60,7 @@ generatepdf: ...@@ -60,7 +60,7 @@ generatepdf:
- export final_url="https://gitlab-ci-token:$CI_JOB_TOKEN@$my_url" - export final_url="https://gitlab-ci-token:$CI_JOB_TOKEN@$my_url"
- git clone "$final_url.wiki.git" - git clone "$final_url.wiki.git"
- gwtc $CI_PROJECT_NAME.wiki - gwtc $CI_PROJECT_NAME.wiki
- wkhtmltopdf --log-level debug documentation.html wiki.pdf - wkhtmltopdf documentation.html wiki.pdf
artifacts: artifacts:
paths: paths:
- wiki.pdf - wiki.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment