We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b020 commit 47583deCopy full SHA for 47583de
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Install Python dependencies
74
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
75
- name: Build Sphinx documentation with Gradle
76
- run: ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
+ run: FLOATING_TOC=false ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
77
- name: Deploy Sphinx documentation
78
uses: actions/configure-pages@main
79
- name: Upload artifact
0 commit comments