mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Ignore node engines in case of typedocs generation
This commit is contained in:
commit
f7bb1b9d22
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -35,9 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: typedocs generate Extensions API Reference
|
- name: typedocs generate Extensions API Reference
|
||||||
run: |
|
run: |
|
||||||
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
yarn --ignore-engines typedocs-extensions-api
|
||||||
sudo apt-get install -y nodejs
|
|
||||||
yarn typedocs-extensions-api
|
|
||||||
|
|
||||||
# - name: mkdocs deploy latest
|
# - name: mkdocs deploy latest
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user