Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
appotry authored Dec 17, 2023
1 parent 0944c90 commit 7d1e4f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

## Install Calibre
## Install Calibre for epub、pdf
RUN apt-get update && \
apt-get install -y --no-install-recommends calibre fonts-noto fonts-noto-cjk locales-all && \
apt-get clean && \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ gitbook serve
gitbook build
# pdf output
gitbook pdf .
# epub output
gitbook epub .

```

### Integrate with Gitlab CI
Expand Down

0 comments on commit 7d1e4f6

Please sign in to comment.