Skip to content

Commit

Permalink
Publish CI: Changed url to standard Pages url
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Dec 17, 2024
1 parent 29524dc commit 02f73c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
- name: Package Helm Charts
run: helm package . --destination ./charts/

# This will fail if the Helm package already exists; But Git tags can't
# be duplicated anyways and a release shouldn't be overwritten either.
- name: Checkout gh-pages branch
run: |
git fetch origin gh-pages
git checkout gh-pages
# We have to use this url because the org logicalclocks already has a GH page
- name: Generate index.yaml
run: helm repo index . --url https://docs.hopsworks.ai/rondb-helm
- name: Generate index.yaml corresponding to the existing charts
run: helm repo index . --url https://logicalclocks.github.io/rondb-helm/

- name: Commit and Push to gh-pages
run: |
Expand Down

0 comments on commit 02f73c6

Please sign in to comment.