From 2e832dacce30a0a4de91524428cc61208ef300ac Mon Sep 17 00:00:00 2001 From: Skillz Date: Wed, 18 Nov 2020 13:55:07 -0500 Subject: [PATCH] test change --- .github/workflows/gatsby.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 2fcb67609..47f9070dd 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -25,11 +25,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - - run: cd docs - - run: npm ci - - run: npm run format - - run: npm run test - - run: npm run build + - run: cd docs && npm ci && npm run format && npm run test && npm run build - name: Deploy uses: peaceiris/actions-gh-pages@v3