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 3b6142c commit e15c4a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
- name: Test add file
working-directory: langchain-api-docs-html
run: |
echo "Hello world" > test.txt
echo "Hello world 2" > test.txt
- name: Commit changes
working-directory: langchain-api-docs-html
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB_API_DOCS_HTML }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
Expand Down

0 comments on commit e15c4a2

Please sign in to comment.