Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbremen committed Jan 6, 2025
1 parent 624c399 commit fadb995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- name: Bundle
run: |
npx @redocly/cli@1.26.0 bundle ./src/v1beta2/openapi.yaml --output=./build/openapi.yaml
npx @redocly/cli@1.27.0 bundle ./src/v1beta2/openapi.yaml --output=./build/openapi.yaml
- name: Lint
run: |
npx @redocly/cli@1.26.0 lint ./build/openapi.yaml --format=github-actions --skip-rule=no-invalid-media-type-examples --skip-rule=no-unused-components
npx @redocly/cli@1.27.0 lint ./build/openapi.yaml --format=github-actions --skip-rule=no-invalid-media-type-examples --skip-rule=no-unused-components
- name: Build
run: |
npx @redocly/cli@1.26.0 build-docs ./build/openapi.yaml --output=./build/index.html
npx @redocly/cli@1.27.0 build-docs ./build/openapi.yaml --output=./build/index.html
# Deploy docs by creating a new Git commit on `gh-pages` branch
- name: Deploy
Expand Down

0 comments on commit fadb995

Please sign in to comment.