Skip to content

Commit 699c149

Browse files
committed
Adding ldoc-custom and its styles to be used by docs.yml
1 parent 12170eb commit 699c149

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
sudo apt-get update
2121
sudo apt-get install -y lua5.3 liblua5.3-dev luarocks
2222
23+
- name: Install ldoc-custom and styles
24+
run: |
25+
git clone https://github.com/sontungexpt/ldoc-css-styles.git && cd ldoc-css-styles
26+
cp ldoc-custom /usr/bin/
27+
cd ..
28+
2329
- name: Install LDoc
2430
run: sudo luarocks install ldoc
2531

0 commit comments

Comments
 (0)