Skip to content

Commit b42ebd2

Browse files
committed
trying to fix doc build
1 parent 37bb22f commit b42ebd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
- name: Generate documentation
7979
working-directory: docs
8080
run: |
81+
sudo apt-get update
82+
sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
8183
pip install pipenv
8284
pipenv install
8385
pipenv run mkdocs build --clean

0 commit comments

Comments
 (0)