From 2e19dd74c660b8b7ace5eb500d33870e075d8677 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Mon, 30 Aug 2021 21:34:34 -0500 Subject: Update workflow --- .github/workflows/deploy.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 61d2410..9932105 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,12 +11,16 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build static files + - name: Setup node uses: actions/setup-node@v2 with: node-version: '14' - - run: npm ci - - run: npm run build + + - name: Install dependencies + run: npm ci + + - name: Build static files + run: npm run build - name: Init repo in dist folder and commit static files run: | -- cgit v1.2.3