mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix continue_config.yml (#1270)
* fix continue_config.yml Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> * fix continue_config.yml Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> --------- Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
This commit is contained in:
parent
14f4b522d5
commit
9100b2ef6f
@ -171,10 +171,13 @@ jobs:
|
|||||||
- run: node --version
|
- run: node --version
|
||||||
- node/install-packages:
|
- node/install-packages:
|
||||||
pkg-manager: yarn
|
pkg-manager: yarn
|
||||||
|
app-dir: gpt4all-bindings/typescript
|
||||||
|
override-ci-command: yarn install
|
||||||
- run:
|
- run:
|
||||||
name: build docs ts yo
|
name: build docs ts yo
|
||||||
command: yarn docs:build
|
command: |
|
||||||
|
cd gpt4all-bindings/typescript
|
||||||
|
yarn docs:build
|
||||||
build-py-docs:
|
build-py-docs:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.8
|
- image: circleci/python:3.8
|
||||||
|
Loading…
Reference in New Issue
Block a user