From 1ffe4bc20dfeefe211fd5e2445a64c8c156782b3 Mon Sep 17 00:00:00 2001 From: Johnathan Kupferer Date: Wed, 11 Oct 2023 09:22:22 -0400 Subject: [PATCH] Fix GitHub pages publish --- .github/workflows/publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d6d3bd7..d0461b4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,8 +60,6 @@ jobs: publish-helm-charts: needs: publish - env: - IMAGE_NAME: anarchy runs-on: ubuntu-latest steps: - name: Checkout Source @@ -84,8 +82,8 @@ jobs: run: | helm dep up helm/ helm package helm/ - mv ${{ env.IMAGE_NAME }}-*.tgz gh-pages - helm repo index --url https://redhat-cop.github.io/${{ env.IMAGE_NAME }} gh-pages + mv ${{ vars.IMAGE_NAME }}-*.tgz gh-pages + helm repo index --url https://rhpds.github.io/${{ vars.IMAGE_NAME }} gh-pages - name: Push Changes to GH Pages run: |