Skip to content

Commit

Permalink
Serve Jekyll in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Dec 3, 2023
1 parent 6a0e73b commit 29c14c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
run: pip install -r .github/tests/test_requirements.txt

- name: Build Jekyll site
run: bundle exec jekyll serve
run: bundle exec jekyll serve --detach

- name: Wait for Jekyll to start
run: sleep 750

env:
JEKYLL_ENV: production
PAGES_REPO_NWO: ${{ github.repository }}
Expand Down

0 comments on commit 29c14c3

Please sign in to comment.