fix
This commit is contained in:
parent
5527bf641b
commit
a98a6a5b73
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue