Skip to content

Commit

Permalink
Update redoc-cli + CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 15, 2022
1 parent f303d65 commit 16b1122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Inject env variables
uses: rlespinasse/[email protected]
- uses: actions/setup-node@v1
with:
node-version: '16'
- uses: actions/checkout@v2
- run: |
npm install
Expand All @@ -38,6 +37,7 @@ jobs:
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true
publish_dir: gh-pages
user_name: 'openEO CI'
user_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@stoplight/spectral": "^5.9.1",
"redoc-cli": "0.10.1"
"redoc-cli": "^0.13.18"
},
"scripts": {
"start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",
Expand Down

0 comments on commit 16b1122

Please sign in to comment.