Skip to content

Commit

Permalink
run serv in bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 15, 2024
1 parent 39d7576 commit b7948a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/genpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ jobs:

- name: Install dependencies
run: |
# Install hxn using Cargo
cargo install hxn
- name: Start the docs server
run: |
npx live-server docs
npx live-server docs &
sleep 2
- name: Generate URLs
Expand Down

0 comments on commit b7948a8

Please sign in to comment.