Skip to content

Commit

Permalink
Updated AsciiDoctor PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Sep 24, 2022
1 parent 6c2cb6b commit a87f603
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Note: tags has to be all lower-case
tags: |
madduci/docker-asciidoctor-pdf:latest
madduci/docker-asciidoctor-pdf:2.0.0
madduci/docker-asciidoctor-pdf:2.3.2
# build on feature branches, push only on master branch
push: ${{ github.ref == 'refs/heads/master' }}

Expand Down
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apk update && \
gem install rghost && \
gem install asciidoctor-diagram && \
gem install asciidoctor-plantuml && \
gem install asciidoctor-pdf --version 2.0.0 && \
gem install asciidoctor-pdf --version 2.3.2 && \
gem install asciidoctor-pdf-cjk && \
gem install coderay pygments.rb thread_safe && \
gem install slim && \
Expand Down

0 comments on commit a87f603

Please sign in to comment.