Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
technical-reference
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FE
technical-reference
Commits
1b6405fd
Commit
1b6405fd
authored
2 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
feat: add ePub
parent
2e4d841d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!80
Resolve "Create EPUB version of document"
Pipeline
#297906
passed
2 years ago
Stage: build
Stage: test
Stage: compile
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
package.json
+4
-0
4 additions, 0 deletions
package.json
with
18 additions
and
0 deletions
.gitlab-ci.yml
+
14
−
0
View file @
1b6405fd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.json
+
4
−
0
View file @
1b6405fd
...
...
@@ -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)"
...
...
This diff is collapsed.
Click to expand it.
Stefan Hynek
@hynek
mentioned in commit
6d1e629f
·
2 years ago
mentioned in commit
6d1e629f
mentioned in commit 6d1e629ff500f5da4011e94a7cd3345c903acfed
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment