Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • textplus/text-software-development-guidelines
  • fe/technical-reference
2 results
Show changes
Commits on Source (3)
......@@ -44,6 +44,20 @@ create_pdf:
paths:
- technical-reference.pdf
create_epub:
stage: compile
services:
- docker:19.03-dind
image: docker:19.03
before_script:
- docker run --rm pandoc/latex:2.9.1.1 pandoc --version
script:
- docker run --rm -v $(pwd):/data pandoc/latex:2.9.1.1 pandoc technical-reference.md -o technical-reference.epub --shift-heading-level-by=-1
artifacts:
expose_as: 'draft epub'
paths:
- technical-reference.epub
release:
stage: release
......
# [2.4.0](https://gitlab.gwdg.de/fe/technical-reference/compare/v2.3.0...v2.4.0) (2022-05-18)
### Features
* add ePub ([1b6405f](https://gitlab.gwdg.de/fe/technical-reference/commit/1b6405fdf1fad40c6dfdf67e6ab101ea92414bfb))
# [2.3.0](https://gitlab.gwdg.de/fe/technical-reference/compare/v2.2.1...v2.3.0) (2022-05-17)
......
......@@ -42,6 +42,10 @@
"path": "technical-reference.pdf",
"label": "Technical Reference (PDF)"
},
{
"path": "technical-reference.epub",
"label": "Technical Reference (EPUB)"
},
{
"path": "technical-reference.md",
"label": "Technical Reference (MD)"
......