diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index 51a3ff37ea8..0f4868a9cc3 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -335,7 +335,7 @@ jobs: - name: Copy helm repo files from Syft Repo run: | - rm -rf ghpages/helm/repo/ + rm -rf ghpages/helm/* cp -R packages/grid/helm/repo/. ghpages/helm/ - name: Commit changes to gh-pages