diff --git a/.github/workflows/deploy_pages.yml b/.github/workflows/deploy_pages.yml index ecfdbb5..5af0f65 100644 --- a/.github/workflows/deploy_pages.yml +++ b/.github/workflows/deploy_pages.yml @@ -24,7 +24,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test - name: Deploy with gh-pages run: |