Skip to content

Commit 97c6b17

Browse files
committed
Move build step
1 parent d9f1688 commit 97c6b17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ build:
1111
if [ "$READTHEDOCS_VERSION_TYPE" != "tag" ]; then
1212
hatch env run --env docs -- towncrier build --version Unreleased --yes
1313
fi
14-
post_build:
14+
build:
1515
- hatch env run --env docs build
16+
post_build:
1617
- hatch env run --env docs readthedocs
1718

1819
mkdocs:

0 commit comments

Comments
 (0)