Skip to content

Commit 629e805

Browse files
committed
💚 Replace dash by bash
1 parent ecfd941 commit 629e805

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ build:
99
commands:
1010
- pip install hererocks
1111
- hererocks lua51 -l5.1 -rlatest
12-
- . lua51/bin/activate
13-
- luarocks install ldoc lua-discount
14-
- ldoc .
12+
- bash -c '. lua51/bin/activate && luarocks install ldoc lua-discount && \
13+
ldoc .'
1514
- mv doc $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)