Skip to content

Commit

Permalink
Fix Antora documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Oct 27, 2020
1 parent 7c125b8 commit 18468c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dist: trusty
# - Install msttcorefonts, so we have the Verdana font available for diagram generation
# - Install graphviz, so we have the dot binary available for diagram generation
# - Install JDK 15 and GraalVM 20.1 (JDK 11)
# - Clean Antora cache
before_install:
- |-
curl -sL https://get.sdkman.io | bash
Expand All @@ -27,6 +28,7 @@ before_install:
gu install native-image
unset _JAVA_OPTIONS
java -version
rm -rf .cache
before_cache:
- |-
Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
branches: HEAD
start_path: docs
- url: https://github.com/atextor/owl-cli.git
tags: [v.*]
tags: [v*]
branches: ~
start_path: docs
ui:
Expand Down

0 comments on commit 18468c0

Please sign in to comment.