From 995923f0539bfb6c4a3efa09d2d492c79e25e08f Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 1 Apr 2022 12:42:34 +0200 Subject: [PATCH] feat(ci): actually push website data from release workflow --- .github/workflows/charts-release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 32e3351cd62..07aaeebb3df 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -131,8 +131,7 @@ jobs: git config user.email "bot@truecharts.org" git add --all git commit -sm "Commit released docs for TrueCharts" || exit 0 - ## TODO: actually push the content - # git push + git push cd - rm -rf pub