Skip to content

Commit

Permalink
chore: Fix Generated Python Docs Path
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Jan 15, 2025
1 parent 58a7dd0 commit a203e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
poetry run make docs
cd docs
poetry run make html
cd ../..
cd ../../..
mkdir -p docs/cdp-agentkit-core/python
cp -r cdp-agentkit-core/python/docs/_build/html/* docs/cdp-agentkit-core/python
Expand All @@ -92,7 +92,7 @@ jobs:
poetry run make docs
cd docs
poetry run make html
cd ../..
cd ../../..
mkdir -p docs/cdp-langchain/python
cp -r cdp-langchain/python/docs/_build/html/* docs/cdp-langchain/python
Expand All @@ -116,7 +116,7 @@ jobs:
poetry run make docs
cd docs
poetry run make html
cd ../..
cd ../../..
mkdir -p docs/twitter-langchain/python
cp -r twitter-langchain/python/docs/_build/html/* docs/twitter-langchain/python
Expand Down

0 comments on commit a203e0a

Please sign in to comment.