Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -139,7 +139,13 @@ jobs:
|
||||
echo "Copying changelogs to docs"
|
||||
mkdir -p ./website/src/content/docs/charts/
|
||||
mkdir -p ./changelogs
|
||||
cp -r ./changelogs/** ./website/src/content/docs/charts/
|
||||
|
||||
# Check if there are any directories in changelogs
|
||||
if [ -n "$(find ./changelogs -mindepth 1 -type d)" ]; then
|
||||
cp -r ./changelogs/** ./website/src/content/docs/charts/
|
||||
else
|
||||
echo "No directories in ./changelogs. Skipping copy."
|
||||
fi
|
||||
|
||||
export DEBUG=false
|
||||
export STRICT=true
|
||||
@@ -261,4 +267,4 @@ jobs:
|
||||
|🔍 Latest deploy log | https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} |
|
||||
|😎 Deploy Preview Url | [${{ steps.cloudflare.outputs.url }}](${{ steps.cloudflare.outputs.url }}) |
|
||||
|🌳 Environment | ${{ steps.cloudflare.outputs.environment }} |
|
||||
---
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user