Skip to content

Commit

Permalink
added && to treat as multi-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 29, 2024
1 parent 9cf1813 commit 7bbbeba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Install dependencies for python docs
run:
sudo apt update
sudo apt install pipx
pipx ensurepath
sudo apt update &&
sudo apt install pipx &&
pipx ensurepath &&
pipx install pydoc-markdown

- name: Generate python docs
Expand Down

0 comments on commit 7bbbeba

Please sign in to comment.