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

Update main.yml

This commit is contained in:
Mario Sarcher 2020-11-09 15:57:47 +01:00 committed by GitHub
parent a2dabdea1c
commit 6187da084f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,17 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git pull
- name: typedocs generate Extensions API Reference (Node.js ${{ matrix.node-version }})
- name: Using Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: typedocs generate Extensions API Reference (Node.js ${{ matrix.node-version }})
run: |
yarn install
yarn typedocs-extensions-api
# - name: mkdocs deploy latest
# run: |
# mike deploy --push latest