Skip to content

Commit

Permalink
LDoc - Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 16, 2023
1 parent ecb3368 commit 96f34ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ldoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: luarocks install ldoc

- name: Build docs
run: ldoc -l .github/custom_templates .
run: ldoc --template .github/custom_templates/ldoc.ltp .

- name: List contents of docs directory
run: ls -al ./docs && cat ./docs/index.html
Expand Down

0 comments on commit 96f34ff

Please sign in to comment.