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 c4a4d6f commit 7307ff8
Show file tree
Hide file tree
Showing 56 changed files with 6 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions .github/workflows/ldoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Setup dependencies
run: luarocks install ldoc

- name: Print current directory
run: pwd

- name: List template directory contents
run: ls -al .github/custom_templates

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

Expand Down

0 comments on commit 7307ff8

Please sign in to comment.