Skip to content

Commit 268b404

Browse files
authored
fix: make the build entry a dictionary (#30)
1 parent c434a5f commit 268b404

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ build:
77
python: "3.10"
88
jobs:
99
build:
10-
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
11-
- cp -r docs/images $READTHEDOCS_OUTPUT/html
10+
html:
11+
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
12+
- cp -r docs/images $READTHEDOCS_OUTPUT/html
1213

1314
python:
1415
install:

0 commit comments

Comments
 (0)