Skip to content

Commit 181a31b

Browse files
committed
💚 Remove sudo
1 parent 261b78a commit 181a31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tools:
88
python: "3"
99
commands:
10-
- sudo apt-get -y update
11-
- sudo apt-get -y install lua-ldoc lua-discount
10+
- apt-get -y update
11+
- apt-get -y install lua-ldoc lua-discount
1212
- ldoc .
1313
- mv doc $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)