From 8451ca06372d9e80132c53f85f04884bf011a726 Mon Sep 17 00:00:00 2001 From: Cobular <22972550+Cobular@users.noreply.github.com> Date: Sun, 3 Jan 2021 17:53:20 -0800 Subject: [PATCH] and again --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 924b140..cca6ba8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,16 +44,12 @@ jobs: - name: Install dependencies run: npm install - - name: Build - run: CI='' npm run build - - # Runs a single command using the runners shell - name: Deploy run: | git config --global user.name $user_name git config --global user.email $user_email git remote set-url origin https://${github_token}@github.com/${repository} - npm run deploy + CI='' npm run deploy env: user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com'