Skip to content

Commit 16b1122

Browse files
committed
Update redoc-cli + CI
1 parent f303d65 commit 16b1122

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ on:
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node-version: [14.x]
1512
steps:
1613
- name: Inject env variables
1714
uses: rlespinasse/github-slug-action@v3.x
1815
- uses: actions/setup-node@v1
16+
with:
17+
node-version: '16'
1918
- uses: actions/checkout@v2
2019
- run: |
2120
npm install
@@ -38,6 +37,7 @@ jobs:
3837
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
3938
with:
4039
github_token: ${{ secrets.GITHUB_TOKEN }}
40+
keep_files: true
4141
publish_dir: gh-pages
4242
user_name: 'openEO CI'
4343
user_email: openeo.ci@uni-muenster.de

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@stoplight/spectral": "^5.9.1",
17-
"redoc-cli": "0.10.1"
17+
"redoc-cli": "^0.13.18"
1818
},
1919
"scripts": {
2020
"start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",

0 commit comments

Comments
 (0)