Skip to content

Commit

Permalink
Trying to use xvfb like is done with the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 6, 2024
1 parent 8e8a506 commit a018adc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
./generate_static.py
- name: Generate example docs
run: |
cadorchestrator generate '["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]'
uses: coactions/setup-xvfb@v1
with:
run: |
cadorchestrator generate '["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]'
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit a018adc

Please sign in to comment.