Skip to content

Commit

Permalink
chore: fix workflow yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 23, 2022
1 parent b9f16ad commit 372de00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/force-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: |
git config --local user.email "dev-bot@jina.ai"
git config --local user.name "Jina Dev Bot"
pip install .
pip install --no-cache-dir client/
pip install --no-cache-dir server/
mkdir gen-html
cd docs
pip install -r requirements.txt
Expand Down

0 comments on commit 372de00

Please sign in to comment.