Test
This commit is contained in:
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@@ -42,15 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Erstelle config.ld wenn nicht vorhanden
|
# Erstelle config.ld wenn nicht vorhanden
|
||||||
if [ ! -f "config.ld" ]; then
|
if [ ! -f "config.ld" ]; then
|
||||||
cat > config.ld << '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
|
||||||
project = 'Basalt2'
|
|
||||||
title = 'Basalt2 Documentation'
|
|
||||||
description = 'A powerful UI Framework for ComputerCraft'
|
|
||||||
dir = 'docs'
|
|
||||||
style = '!pale'
|
|
||||||
format = 'markdown'
|
|
||||||
topics = {'README.md'}
|
|
||||||
EOL
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generiere Dokumentation
|
# Generiere Dokumentation
|
||||||
|
|||||||
@@ -112,6 +112,5 @@ 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