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 7307ff8 commit 1d51553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ldoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Setup dependencies
run: luarocks install ldoc

- name: Print current directory
run: pwd
- name: Change to repository root
run: cd $GITHUB_WORKSPACE

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

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

0 comments on commit 1d51553

Please sign in to comment.