We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d51cbc commit d5a949aCopy full SHA for d5a949a
.github/actions/mkdocs-pages/action.yaml
@@ -49,7 +49,7 @@ runs:
49
python-version: 3.x
50
- name: Install linux dependencies for lxml
51
shell: bash
52
- run: sudo apt-get update && apt-get install -y libxml2 libxslt
+ run: sudo apt-get update && sudo apt-get install -y libxml2 libxslt
53
- name: Install dependencies
54
55
run: |
0 commit comments