diff --git a/.github/workflows/lint-openapi.yml b/.github/workflows/lint-openapi.yml index cbe8d50..ad9099a 100644 --- a/.github/workflows/lint-openapi.yml +++ b/.github/workflows/lint-openapi.yml @@ -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 diff --git a/.github/workflows/pub-docs.yml b/.github/workflows/pub-docs.yml index 6593df8..42ca316 100644 --- a/.github/workflows/pub-docs.yml +++ b/.github/workflows/pub-docs.yml @@ -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