From b7fa5e3167686cd7c221d8ddcb75aaac493e2ff8 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 5 Oct 2020 09:05:19 +0200 Subject: [PATCH] fix: deploy script --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e288ef..fbc2130 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ on: - push: - branches: - - master + push: + branches: + - master name: Deploy to Github Pages jobs: deploy: @@ -16,4 +16,4 @@ on: BRANCH: gh-pages FOLDER: out BUILD_SCRIPT: npm ci && npm run build - CNAME: slashdev.space \ No newline at end of file + CNAME: slashdev.space