Skip to content

Commit

Permalink
Update build-and-deploy-javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf authored Aug 21, 2024
1 parent 4c43248 commit 4a89619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
git config --global user.email "actions@github.com"
git add docs/
git commit -m "Update Javadocs"
git push https://$PAT_TOKEN@github.com/SableRaf/processing-javadoc-test.git HEAD:gh-pages
git push https://$PAT_TOKEN@github.com/processing/processing4-javadocs.git HEAD:gh-pages
env:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 4a89619

Please sign in to comment.