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 Dec 5, 2024
1 parent 05fcc90 commit 57fd864
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/[email protected].0 bundle ./src/v1beta1/openapi.yaml --output=./build/openapi.yaml
npx @redocly/[email protected].15 bundle ./src/v1beta1/openapi.yaml --output=./build/openapi.yaml
- name: Lint
run: |
npx @redocly/[email protected].0 lint ./build/openapi.yaml --format=github-actions --skip-rule=no-invalid-media-type-examples --skip-rule=no-unused-components
npx @redocly/[email protected].15 lint ./build/openapi.yaml --format=github-actions --skip-rule=no-invalid-media-type-examples --skip-rule=no-unused-components
- name: Build
run: |
npx @redocly/[email protected].0 build-docs ./build/openapi.yaml --output=./build/index.html
npx @redocly/[email protected].15 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 57fd864

Please sign in to comment.