From b6ac80c28c5e85956973fcc172412ef4377caa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Wed, 11 Dec 2024 13:21:05 +0100 Subject: [PATCH] Remove initial branch specification in Javadoc deployment workflow --- .github/workflows/build-and-deploy-javadoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-javadoc.yml b/.github/workflows/build-and-deploy-javadoc.yml index cdc5f50..45c2cda 100644 --- a/.github/workflows/build-and-deploy-javadoc.yml +++ b/.github/workflows/build-and-deploy-javadoc.yml @@ -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 }}