Skip to content

Commit

Permalink
infra: fix local doc make command (langchain-ai#21608)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed May 13, 2024
1 parent 4dc6250 commit 83a8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean: docs_clean api_docs_clean

## docs_build: Build the documentation.
docs_build:
cd docs && make build-local
cd docs && make build

## docs_clean: Clean the documentation build artifacts.
docs_clean:
Expand Down

0 comments on commit 83a8fdc

Please sign in to comment.