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:
Jacob Nguyen 2023-07-25 16:24:19 -05:00 committed by GitHub
parent 14f4b522d5
commit 9100b2ef6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,10 +171,13 @@ jobs:
- run: node --version
- node/install-packages:
pkg-manager: yarn
app-dir: gpt4all-bindings/typescript
override-ci-command: yarn install
- run:
name: build docs ts yo
command: yarn docs:build
command: |
cd gpt4all-bindings/typescript
yarn docs:build
build-py-docs:
docker:
- image: circleci/python:3.8