ensure changelog folder always exists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user