Skip to content

Commit e1868ea

Browse files
committed
chore(ci): update documentation generation command in workflow
- Changed the documentation generation command in the CI workflow from `docs:helm` to `docs:cli` to reflect the current documentation structure.
1 parent 10faa03 commit e1868ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Run docs
128128
if: github.event_name == 'pull_request' || github.event_name == 'push'
129-
run: bun run docs:helm && bun run docs:cli
129+
run: bun run docs:cli
130130

131131
# Commit generated version metadata and README updates on release tags
132132
- name: Auto-commit release assets

0 commit comments

Comments
 (0)