Skip to content

Commit f65c506

Browse files
committed
Revert "feat(helm): implement packaging the helm chart with the docs job"
This reverts commit 0532cc2.
1 parent 939ca9c commit f65c506

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
echo 'APT::Acquire::Retries "5";' | sudo tee /etc/apt/apt.conf.d/80-retries
3535
sudo apt-get update
3636
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip python3-venv
37-
38-
- name: Install Helm
39-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
40-
with:
41-
version: 'latest'
4237
4338
- name: Build documentation
4439
run: |
@@ -47,17 +42,6 @@ jobs:
4742
. ../.venv/bin/activate
4843
# Build with relaxed warnings for GitHub Pages deployment (override -W flag)
4944
SPHINXOPTS="-E -n --keep-going" make html
50-
51-
- name: Package and index Helm charts
52-
run: |
53-
# Create charts directory in the build output
54-
mkdir -p docs/_build/html/charts
55-
56-
# Package the chart
57-
helm package helm/volsync -d docs/_build/html/charts
58-
59-
# Generate chart index
60-
helm repo index docs/_build/html/charts --url https://perfectra1n.github.io/volsync/charts
6145
6246
- name: Setup Pages
6347
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)