Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:

- name: Build docs
run: make -C docs multiversion
env:
# Old release branches (e.g. scylla-4.15.0.x) have javadoc
# comments that only pass doclint on JDK 8.
# Don't fail their multiversion javadoc builds on JDK 11.
MAVEN_OPTS: -Dmaven.javadoc.failOnError=false

- name: Deploy docs to GitHub Pages
run: ./docs/_utils/deploy.sh
Expand Down