From a25b05de67963e0af5751cf72d7dcd2172b2ead2 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 2 Jun 2021 00:10:51 +0200 Subject: [PATCH] Add deployment of branches --- .github/workflows/deploy_pietervdvn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index 38e562302..110a1ca83 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -34,7 +34,7 @@ jobs: echo "Cloning destination repo" git config --global user.email "pietervdvn@posteo.net" git config --global user.name "MapComplete" - git clone --depth 1 --single-branch --branch main "https://x-access-token:$DEPLOY_KEY_PIETERVDVN@github.com/pietervdvn/pietervdvn.github.io.git" + git clone --depth 1 --single-branch --branch master "https://x-access-token:$DEPLOY_KEY_PIETERVDVN@github.com/pietervdvn/pietervdvn.github.io.git" echo "Destination repo is cloned" - name: "Copying files"