1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add generating API docs before verifying

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-26 13:18:33 -05:00
parent 15d887010f
commit c41334820c
2 changed files with 9 additions and 4 deletions

View File

@ -37,6 +37,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Generate Extensions API Reference using typedocs
run: |
yarn install
yarn typedocs-extensions-api
- name: Verify that the markdown is valid
run: |
yarn run verify-docs

View File

@ -41,15 +41,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Verify that the markdown is valid
run: |
yarn run verify-docs
- name: Generate Extensions API Reference using typedocs
run: |
yarn install
yarn typedocs-extensions-api
- name: Verify that the markdown is valid
run: |
yarn run verify-docs
- name: mkdocs deploy master
if: contains(github.ref, 'refs/heads/master')
run: |