File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 secrets :
66 token :
77 required : true
8+ repo_access :
9+ required : true
810
911jobs :
1012 build :
4547 env :
4648 UV_PUBLISH_TOKEN : ${{ secrets.token }}
4749
50+ - name : Clone plugins
51+ if : ${{ steps.check_version.outputs.modified }} == 'true'
52+ run : |
53+ git clone https://x-access-token:${{ secrets.repo_access }}@github.com/UiPath/uipath-langchain-python plugins/uipath-langchain-python
54+
55+ - name : Symlink plugin docs
56+ if : ${{ steps.check_version.outputs.modified }} == 'true'
57+ run : |
58+ mkdir -p docs/plugins
59+ ln -s ../../plugins/uipath-langchain-python/docs docs/plugins/uipath-langchain-python
60+
4861 - name : Publish Docs
4962 if : ${{ steps.check_version.outputs.modified }} == 'true'
50- uses : ./.github/workflows/deploy_docs.yml
63+ run : |
64+ uv run mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1111 if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'main' }}
1212 uses : ./.github/workflows/build.yml
1313 secrets :
14- token : ${{ secrets.PYPI_TOKEN }}
14+ token : ${{ secrets.PYPI_TOKEN }}
15+ repo_access : ${{ secrets.REPO_ACCESS }}
You can’t perform that action at this time.
0 commit comments