Skip to content

Commit 47583de

Browse files
feat: rewrite Piped SQL, WIP
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 519b020 commit 47583de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install Python dependencies
7474
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
7575
- name: Build Sphinx documentation with Gradle
76-
run: ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
76+
run: FLOATING_TOC=false ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
7777
- name: Deploy Sphinx documentation
7878
uses: actions/configure-pages@main
7979
- name: Upload artifact

0 commit comments

Comments
 (0)