Skip to content

Commit

Permalink
Remove initial branch specification in Javadoc deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 5c09a3b commit b6ac80c
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=gh-pages processing4
git init processing4
cd processing4
git remote add origin ${{ env.REMOTE_URL }}
git fetch --depth 1 origin ${{ env.commit_sha }}
Expand Down

0 comments on commit b6ac80c

Please sign in to comment.