mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
User node version 12
This commit is contained in:
parent
f5a83cdae0
commit
795f0c3062
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [12.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
@ -35,8 +38,8 @@ jobs:
|
|||||||
|
|
||||||
- name: typedocs generate Extensions API Reference
|
- name: typedocs generate Extensions API Reference
|
||||||
run: |
|
run: |
|
||||||
yarn install --ignore-engines
|
yarn install
|
||||||
yarn --ignore-engines typedocs-extensions-api
|
yarn typedocs-extensions-api
|
||||||
|
|
||||||
# - name: mkdocs deploy latest
|
# - name: mkdocs deploy latest
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user