diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 57d272f..04ce3e7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.github/workflows/minify.yml b/minify.yml similarity index 100% rename from .github/workflows/minify.yml rename to minify.yml diff --git a/src/main.lua b/src/main.lua index e720a9f..6574f2c 100644 --- a/src/main.lua +++ b/src/main.lua @@ -112,6 +112,5 @@ function basalt.run(isActive) end end end -basalt.autoUpdate = basalt.run return basalt \ No newline at end of file