Skip to content

Commit bda6921

Browse files
Merge pull request #259 from UiPath/chore/fix-docs-pipeline-2
chore: fix docs for langchain
2 parents d4b1499 + 04c89e8 commit bda6921

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
if: ${{ steps.check_version.outputs.modified }} == 'true'
5757
run: |
5858
mkdir -p docs/plugins
59-
ln -s ../../plugins/uipath-langchain-python/docs docs/plugins/uipath-langchain-python
59+
ln -s ../../plugins/uipath-langchain-python docs/plugins/uipath-langchain-python
6060
6161
- name: Publish Docs
6262
if: ${{ steps.check_version.outputs.modified }} == 'true'
6363
run: |
64+
ls -la docs
6465
uv run mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ theme:
3636
nav:
3737
- Home: index.md
3838
- Langchain:
39-
- Intro: plugins/uipath-langchain-python/index.md
40-
- Chat models: plugins/uipath-langchain-python/chat_models.md
41-
- Context Grounding Chain: plugins/uipath-langchain-python/context_grounding_chain.md
42-
- Context Grounding Retriever: plugins/uipath-langchain-python/context_grounding_retriever.md
43-
- Interrupt models: plugins/uipath-langchain-python/interrupt_models.md
39+
- plugins/uipath-langchain-python/Readme.md
40+
- Chat models: plugins/uipath-langchain-python/docs/chat_models.md
41+
- Context Grounding Chain: plugins/uipath-langchain-python/docs/context_grounding_chain.md
42+
- Context Grounding Retriever: plugins/uipath-langchain-python/docs/context_grounding_retriever.md
43+
- Interrupt models: plugins/uipath-langchain-python/docs/interrupt_models.md
44+
- Actions: actions.md
4445
- Assets: assets.md
4546
- Buckets: buckets.md
4647
- Connections: connections.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.0.4.dev2"
3+
version = "2.0.4.dev3"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)