Skip to content

Commit

Permalink
chore: 不要なスペースを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 10, 2022
1 parent 873fce5 commit b88847e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Lint
uses: ./.github/actions/redocly-cli
uses: ./.github/actions/redocly-cli
with:
command-args: lint /spec/schema/openapi.yml
2 changes: 1 addition & 1 deletion .github/workflows/pub-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Bundle
uses: ./.github/actions/redocly-cli
uses: ./.github/actions/redocly-cli
with:
command-args: bundle schema/openapi.yml -o docs/index.html
- name: Upload artifact
Expand Down

0 comments on commit b88847e

Please sign in to comment.