From 66ec4dda2c0b67cc61117709167ab0f7f70af543 Mon Sep 17 00:00:00 2001 From: Tovmas Date: Sun, 3 Dec 2023 23:40:06 +0400 Subject: [PATCH] Remove sleep --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) 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 }}