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:
parent
a2dabdea1c
commit
6187da084f
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -34,15 +34,17 @@ jobs:
|
|||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
- name: Using Node.js ${{ matrix.node-version }}
|
||||||
- name: typedocs generate Extensions API Reference (Node.js ${{ matrix.node-version }})
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
|
- name: typedocs generate Extensions API Reference (Node.js ${{ matrix.node-version }})
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn typedocs-extensions-api
|
yarn typedocs-extensions-api
|
||||||
|
|
||||||
# - name: mkdocs deploy latest
|
# - name: mkdocs deploy latest
|
||||||
# run: |
|
# run: |
|
||||||
# mike deploy --push latest
|
# mike deploy --push latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user