Skip to content

Commit

Permalink
update Makefile docs-deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Dec 14, 2023
1 parent 7f44b43 commit e17f82f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 709 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docs-build-api:
docs-build: docs-build-clean docs-build-api
poetry run sphinx-autobuild $(DOCS_DIR) $(DOCS_BUILD_DIR)

docs-deploy:
docs-deploy: docs-build
git checkout gh-pages
rm *.html
cp $(DOCS_BUILD_DIR)/*.html
Expand Down
170 changes: 0 additions & 170 deletions examples/notebooks/integrations/lepton_ai.ipynb

This file was deleted.

Loading

0 comments on commit e17f82f

Please sign in to comment.