diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d2cdd3..498ed5c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,8 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - needs: [build, test] + # needs: [build, test] + needs: [build] runs-on: ubuntu-latest steps: - name: Download artifacts