Skip to content

Commit

Permalink
Merge pull request #110 from rollandf/revert-api-docs
Browse files Browse the repository at this point in the history
Revert ci for api-docs
  • Loading branch information
rollandf authored Oct 2, 2024
2 parents 2af4eab + eb23507 commit fa4d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
token: ${{ inputs.token || secrets.GH_TOKEN_NVIDIA_CI_CD }} # token must be explicitly set here for push to work in following step
- name: Make docs
run: |
make helm-docs generate-docs-versions-var
make helm-docs generate-docs-versions-var api-docs
- name: Close any existing documentation PRs
run: |
for pr_number in $(gh pr list --search "$PR_TITLE_PREFIX" --json number --jq ".[].number"); do
Expand Down

0 comments on commit fa4d1c0

Please sign in to comment.