Skip to content

Commit 4a89619

Browse files
authored
Update build-and-deploy-javadoc.yml
1 parent 4c43248 commit 4a89619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
git config --global user.email "[email protected]"
4848
git add docs/
4949
git commit -m "Update Javadocs"
50-
git push https://[email protected]/SableRaf/processing-javadoc-test.git HEAD:gh-pages
50+
git push https://[email protected]/processing/processing4-javadocs.git HEAD:gh-pages
5151
env:
5252
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)