Skip to content

Commit

Permalink
[CI / OAS] Remove extra API documentation preview
Browse files Browse the repository at this point in the history
Since the latest release of the Bump.sh GH
action (https://github.com/bump-sh/github-action/releases/tag/v1.1.11),
a PR comment is published for all changes made to the OAS file.

The extra preview command should thus not be needed as a preview link
is available in the automatic diff comment.
  • Loading branch information
paulRbr committed Jun 26, 2024
1 parent ac1bdc0 commit c6e9886
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Preview
uses: bump-sh/github-action@v1
with:
doc: serverless
token: ${{secrets.BUMP_TOKEN}}
file: oas_docs/kibana.serverless.yaml
command: preview
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Comment pull request with API diff
uses: bump-sh/github-action@v1
with:
Expand Down

0 comments on commit c6e9886

Please sign in to comment.