Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Sep 27, 2024
1 parent b04a317 commit aa17d58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v4
with:
path: langchain
token: ${{ secrets.TOKEN_GITHUB_API_DOCS_HTML }}
- uses: actions/checkout@v4
with:
repository: langchain-ai/langchain-api-docs-html
path: langchain-api-docs-html
token: ${{ secrets.TOKEN_GITHUB_API_DOCS_HTML }}
- name: Test add file
working-directory: langchain-api-docs-html
run: |
Expand All @@ -34,6 +34,9 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
git add .
echo "precommit"
git commit -m "Update API docs build"
echo "preset"
git remote set-url origin "https://x-access-token:[email protected]/langchain-ai/langchain-api-docs-html.git"
echo "prepush"
git push origin HEAD

0 comments on commit aa17d58

Please sign in to comment.