Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent a1da180 commit f151ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
cp -R /tmp/javadoc/* .
git add .
git commit -m "Update Javadoc" || true
git push https://${GH_TOKEN}@github.com/HamaWhiteGG/langchain-java.git gh-pages --force
git push origin gh-pages --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f151ee6

Please sign in to comment.