Test
This commit is contained in:
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@@ -38,13 +38,6 @@ jobs:
|
||||
|
||||
- name: Generate Documentation
|
||||
run: |
|
||||
if [ ! -f "config.ld" ]; then
|
||||
echo 'project="Basalt2"; title="Basalt2 Documentation"; description="A powerful UI Framework for ComputerCraft"; dir="docs"; style="!pale"; format="markdown"; file="src"; all=true; template=true' > config.ld
|
||||
fi
|
||||
|
||||
echo "LDoc Configuration:"
|
||||
cat config.ld
|
||||
|
||||
echo "Available Lua-Files:"
|
||||
find src -name "*.lua" -type f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user