Skip to content

Commit 5c09a3b

Browse files
committed
Change initial branch from 'main' to 'gh-pages' in Javadoc deployment workflow
1 parent 012e47a commit 5c09a3b

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
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Fetch and checkout the specific commit
7272
run: |
73-
git init --initial-branch=main processing4
73+
git init --initial-branch=gh-pages processing4
7474
cd processing4
7575
git remote add origin ${{ env.REMOTE_URL }}
7676
git fetch --depth 1 origin ${{ env.commit_sha }}

0 commit comments

Comments
 (0)