Skip to content

Commit 805a194

Browse files
committed
Use build task instead of build:packages
🤷
1 parent 9d7e2b4 commit 805a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build:
3636
# then install the wheels into the docs environment.
3737
pre_build:
3838
- /bin/bash --login -c "micromamba run -n jupytergis-build jlpm install"
39-
- /bin/bash --login -c "micromamba run -n jupytergis-build jlpm build:packages"
39+
- /bin/bash --login -c "micromamba run -n jupytergis-build jlpm build"
4040
- |-
4141
/bin/bash --login -c "micromamba run -n jupytergis-docs \
4242
python -m pip install \

0 commit comments

Comments
 (0)