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 72c8905 commit 2fe814c
Show file tree
Hide file tree
Showing 58 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/custom_templates/ldoc.ltp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</head>
<body>
<header>
<h1>$(title)</h1>
<h1>$(project)</h1>
</header>

<main>
$(body)
$(content)
</main>

<footer>
Expand Down
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 .

- name: List contents of docs directory
run: ls -al ./docs && cat ./docs/index.html
Expand Down
1 change: 1 addition & 0 deletions config.ld
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project = "BadRotations"
description = "Lua-based combat rotation script for World of Warcraft"
stylesheet = '.github/assets/css/main.css'
dir = "docs"
-- Specify the files or directories to include
file = "System/API"

0 comments on commit 2fe814c

Please sign in to comment.