From 563b5e27889c0bc336d3d35416add21064fdeff1 Mon Sep 17 00:00:00 2001 From: shaybentk <122560991+shaybentk@users.noreply.github.com> Date: Wed, 17 May 2023 17:44:30 +0300 Subject: [PATCH] Update ci-test.yml --- .github/workflows/ci-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 7511b3a..589dafc 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -24,6 +24,8 @@ jobs: helm create test helm create test1 helm create test2 + mkdir test + helm create test4 - name: Render helm docs singal uses: shaybentk/helm-docs-action@v0.0.1 @@ -37,4 +39,9 @@ jobs: working-dir: test1,test2 git-push: "true" + - name: Render helm docs multie + uses: shaybentk/helm-docs-action@v0.0.1 + with: + working-dir: test/test4 + git-push: "true"