Skip to content

Commit

Permalink
update doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Apr 7, 2023
1 parent b94f7d6 commit 5cf85d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
apt-get update
apt-get install -y libkrb5-dev libclang-dev
env:
DEBIAN_FRONTEND: noninteractive

- name: Build the book
run: |
Expand Down

0 comments on commit 5cf85d8

Please sign in to comment.