Skip to content

Commit 046b9e2

Browse files
committed
build: rtd: fix html lookup path in copy step
The documentation is under .build-ci/Documentation/. Update the copy step accordingly. Signed-off-by: Daniel Wagner <[email protected]>
1 parent c9093ee commit 046b9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
html:
1515
- scripts/build.sh html_docs
1616
- mkdir -p $READTHEDOCS_OUTPUT/html/
17-
- cp .build-ci/*.html $READTHEDOCS_OUTPUT/html/
17+
- cp .build-ci/Documentation/*.html $READTHEDOCS_OUTPUT/html/
1818
- mv $READTHEDOCS_OUTPUT/html/nvme.html $READTHEDOCS_OUTPUT/html/index.html
1919

2020
formats: []

0 commit comments

Comments
 (0)