Commit 892b0961 authored by César Benjamín's avatar César Benjamín

Add new file

parent 3fa94ca9
Pipeline #51 failed with stage
image: pandoc/core:latest
stages:
- export
export_wiki_to_docx:
stage: export
script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tu-dominio.com/usuario/proyecto.wiki.git wiki
- mkdir -p output
- for file in wiki/*.md; do
pandoc "$file" -o "output/$(basename "${file%.md}.docx")" --reference-doc=plantilla-centrogeo.docx --toc;
done
artifacts:
paths:
- output/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment