diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8ee8442..99e5bfdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,10 +40,6 @@ jobs: - name: Build Jekyll site run: bundle exec jekyll serve --detach - - - name: Wait for Jekyll to start - run: sleep 750 - env: JEKYLL_ENV: production PAGES_REPO_NWO: ${{ github.repository }}