ensure changelog folder always exists

This commit is contained in:
Kjeld Schouten
2024-10-17 18:55:28 +02:00
parent f26a26d703
commit 4b9dc7fca7
+1
View File
@@ -138,6 +138,7 @@ jobs:
echo "Copying changelogs to docs"
mkdir -p ./website/src/content/docs/charts/
mkdir -p ./changelogs
cp -r ./changelogs/** ./website/src/content/docs/charts/
export DEBUG=false