fix(ci): don't delete website repo too early (#5051)

This commit is contained in:
Stavros Kois 2022-12-01 13:56:51 +02:00 committed by GitHub
parent 7de121827e
commit 8fad94afb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,6 @@ jobs:
git add --all
git commit -sm "Commit released docs for TrueCharts" || exit 0
git push
cd -
rm -rf website
- name: Checkout Catalog
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
@ -153,6 +151,8 @@ jobs:
pip install yq
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]}
cd -
rm -rf website
- name: Commit Catalog
if: |