Skip to content

Commit

Permalink
Change initial branch from 'main' to 'gh-pages' in Javadoc deployment…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 012e47a commit 5c09a3b
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 @@ -70,7 +70,7 @@ jobs:
- name: Fetch and checkout the specific commit
run: |
git init --initial-branch=main processing4
git init --initial-branch=gh-pages processing4
cd processing4
git remote add origin ${{ env.REMOTE_URL }}
git fetch --depth 1 origin ${{ env.commit_sha }}
Expand Down

0 comments on commit 5c09a3b

Please sign in to comment.