Skip to content

Commit e073ec6

Browse files
committed
ci(docs[builder]): Switch sphinx build from html to dirhtml
why: CloudFront is configured with the dirhtml_clean_urls function (same as libtmux/tmuxp); building with -b html produces .html files that the CF function tries to redirect away from what: - Change sphinx-build -b html to -b dirhtml in docs publish step
1 parent d030d35 commit e073ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Build documentation
7171
if: steps.changes.outputs.publishable == 'true'
72-
run: uv run sphinx-build -W -b html docs docs/_build/html
72+
run: uv run sphinx-build -W -b dirhtml docs docs/_build/html
7373

7474
- name: Configure AWS Credentials
7575
if: steps.changes.outputs.publishable == 'true'

0 commit comments

Comments
 (0)