Skip to content
Snippets Groups Projects
Commit b8357b40 authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

Leave pandoc for later

parent 127458b9
No related branches found
No related tags found
No related merge requests found
Pipeline #14436 passed
# add 'node_modules' to cache for speeding up builds
image: node:10
......@@ -26,12 +25,10 @@ build:
script:
- npm install pandoc
- python make_documents.py
- pandoc Deliverable_4-8.md -f markdown -t docx -s -o Deliverable_4-8.docx
- pandoc Deliverable_4-9.md -f markdown -t docx -s -o Deliverable_4-9.docx
artifacts:
paths:
- Deliverable_4-8.docx
- Deliverable_4-9.docx
- Deliverable_4-8.md
- Deliverable_4-9.md
expire_in: 3 weeks
# the 'pages' job will deploy and build your site to the 'public' path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment