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 37bb22f commit b42ebd2Copy full SHA for b42ebd2
.github/workflows/build.yml
@@ -78,6 +78,8 @@ jobs:
78
- name: Generate documentation
79
working-directory: docs
80
run: |
81
+ sudo apt-get update
82
+ sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
83
pip install pipenv
84
pipenv install
85
pipenv run mkdocs build --clean
0 commit comments