From 4f4176308e0334822fa3f1e4c5ad2092e1aa4f4d Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 5 Oct 2020 09:10:47 +0200 Subject: [PATCH] fix: ci --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e32b71..bc83834 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,8 +12,8 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@master env: - ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} - BRANCH: gh-pages - FOLDER: out - BUILD_SCRIPT: npm ci && npm run build - CNAME: slashdev.space + ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} + BRANCH: gh-pages + FOLDER: out + BUILD_SCRIPT: npm install && npm run build + CNAME: slashdev.space