This commit is contained in:
Robert Jelic
2025-02-09 15:46:28 +01:00
parent d70bfe3667
commit 65545d618e
3 changed files with 1 additions and 10 deletions

View File

@@ -42,15 +42,7 @@ jobs:
run: |
# Erstelle config.ld wenn nicht vorhanden
if [ ! -f "config.ld" ]; then
cat > config.ld << 'EOL'
project = 'Basalt2'
title = 'Basalt2 Documentation'
description = 'A powerful UI Framework for ComputerCraft'
dir = 'docs'
style = '!pale'
format = 'markdown'
topics = {'README.md'}
EOL
echo 'project="Basalt2"; title="Basalt2 Documentation"; description="A powerful UI Framework for ComputerCraft"; dir="docs"; style="!pale"; format="markdown"; topics={"README.md"}' > config.ld
fi
# Generiere Dokumentation

View File

@@ -112,6 +112,5 @@ function basalt.run(isActive)
end
end
end
basalt.autoUpdate = basalt.run
return basalt