Skip to content

Commit

Permalink
Put the helm repo in the wrong workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jforest committed Nov 1, 2024
1 parent 5294cab commit 5de2a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
version: v3.6.3

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- name: install Just
uses: extractions/setup-just@v2

Expand Down Expand Up @@ -85,6 +82,9 @@ jobs:
with:
version: v3.6.3

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- name: install Just
uses: extractions/setup-just@v2

Expand Down

0 comments on commit 5de2a79

Please sign in to comment.