Skip to content

Commit

Permalink
Fix GitHub pages publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Oct 11, 2023
1 parent 10be6ae commit 1ffe4bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:

publish-helm-charts:
needs: publish
env:
IMAGE_NAME: anarchy
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand All @@ -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: |
Expand Down

0 comments on commit 1ffe4bc

Please sign in to comment.