From dc08a57d0019730e59fa3d791769b659f6c0e405 Mon Sep 17 00:00:00 2001 From: Giovanni Giordano Date: Sun, 5 Jan 2020 14:08:09 +0100 Subject: [PATCH] Add master as deploy branch --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c30f716b..5086c4e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,6 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages + GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }} + BRANCH: master FOLDER: build \ No newline at end of file