mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 14:01:21 -03:00
ensure changelog folder always exists
This commit is contained in:
1
.github/workflows/charts-release.yaml
vendored
1
.github/workflows/charts-release.yaml
vendored
@@ -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