Skip to content

Commit a5c229f

Browse files
committed
🏗️ Use asdf-lua
1 parent 0cdc725 commit a5c229f

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.readthedocs.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ build:
77
tools:
88
python: "3"
99
commands:
10-
- pip install hererocks
11-
- hererocks ~/lua -l5.1 -rlatest
12-
- scripts/ldoc.sh
10+
- asdf plugin add lua
11+
- asdf install lua 5.1
12+
# full path can declare lua version
13+
- ~/.asdf/installs/lua/5.1/luarocks/bin/luarocks install ldoc
14+
- ~/.asdf/installs/lua/5.1/luarocks/bin/ldoc .

scripts/ldoc.sh

-7
This file was deleted.

0 commit comments

Comments
 (0)