Skip to content

Commit

Permalink
add sharp in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 21, 2024
1 parent fa822bc commit fb677a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: unit tests
run: yarn test:samples
- name: install sharp
run: cd docs && yarn add sharp
run: cd docs && yarn add -D sharp
- name: docs
run: yarn build:docs
- name: run cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile
run: yarn compile
- name: Install sharp
run: cd docs && yarn add sharp
run: cd docs && yarn add -D sharp
- name: Build docs
run: yarn build:docs
- name: no jekyll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/genai-frontmatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OPENAI_API_TYPE: ${{ secrets.OPENAI_API_TYPE }}
OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
- name: install sharp
run: cd docs && yarn add sharp
run: cd docs && yarn add -D sharp
- name: docs
run: yarn build:docs
- name: Commit AI frontmatters
Expand Down

0 comments on commit fb677a9

Please sign in to comment.