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