From 06fbd52d6098b5807dfe4c79fe4e3e82dd25df60 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Tue, 29 Oct 2024 10:46:20 +0100 Subject: [PATCH] fix(github-page): fixing last step of github page --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 906002c..354c16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,8 +55,8 @@ jobs: if: env.has_release_label == 'true' run: | git checkout gh-pages - git pull origin main --rebase --autostash + git pull origin main --rebase helm repo index . --url https://getlago.github.io/charts git add . git commit -m "Update Helm repo index after release" - git push origin gh-pages + git push origin gh-pages \ No newline at end of file