Skip to content

Commit d5a949a

Browse files
authored
Fix command chaining in action.yaml (#10)
1 parent 2d51cbc commit d5a949a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/mkdocs-pages/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
python-version: 3.x
5050
- name: Install linux dependencies for lxml
5151
shell: bash
52-
run: sudo apt-get update && apt-get install -y libxml2 libxslt
52+
run: sudo apt-get update && sudo apt-get install -y libxml2 libxslt
5353
- name: Install dependencies
5454
shell: bash
5555
run: |

0 commit comments

Comments
 (0)