Skip to content

Commit

Permalink
add xvfb to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Mar 1, 2024
1 parent 06af2b7 commit 35a0f7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r doc-requirements.txt
- name: Build documentation
run: |
cd docs
make html
- name: Build documentation with xvfb
uses: coactions/setup-xvfb@v1
with:
run: |
cd docs
make html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 35a0f7e

Please sign in to comment.