This commit is contained in:
Stavros Kois 2024-06-01 00:34:00 +03:00 committed by GitHub
parent 5527bf641b
commit a98a6a5b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ jobs:
mkdir helm/charts
cp -rf charts helm
echo "Copying changelogs to helm"
cp -r ./changelogs ./helm/
cp -r ./changelogs/charts ./helm/charts
- name: Commit Helm Changes
run: |
@ -100,7 +100,7 @@ jobs:
mv charts.json website/src/assets/charts.json
echo "Copying changelogs to docs"
cp -r ./changelogs ./website/src/docs/charts/
cp -r ./changelogs/charts ./website/src/docs/charts/
export DEBUG=false
export STRICT=true

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
- https://hub.docker.com/r/docuseal/docuseal
type: application
version: 1.0.5
version: 1.0.6