Test
This commit is contained in:
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@@ -38,10 +38,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Documentation
|
- name: Generate Documentation
|
||||||
run: |
|
run: |
|
||||||
|
echo "Checking config.ld location:"
|
||||||
|
pwd
|
||||||
|
ls -la config.ld || echo "config.ld not found in current directory"
|
||||||
|
|
||||||
echo "Available Lua-Files:"
|
echo "Available Lua-Files:"
|
||||||
find src -name "*.lua" -type f
|
find src -name "*.lua" -type f
|
||||||
|
|
||||||
ldoc . --verbose
|
echo "Running LDoc with explicit config path..."
|
||||||
|
ldoc . -c config.ld --verbose
|
||||||
|
|
||||||
if [ ! -d "docs" ]; then
|
if [ ! -d "docs" ]; then
|
||||||
echo "Documentation generation failed"
|
echo "Documentation generation failed"
|
||||||
|
|||||||
@@ -186,5 +186,6 @@ function basalt.run(isActive)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
basalt.autoUpdate = basalt.run
|
||||||
|
|
||||||
return basalt
|
return basalt
|
||||||
Reference in New Issue
Block a user