Skip to content

Commit

Permalink
Trying xvfb again with reformatted command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 6, 2024
1 parent 815b154 commit ecf43ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
./generate_static.py
- name: Generate example docs
run: |
cadorchestrator --headless generate '["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]'
uses: coactions/setup-xvfb@v1
with:
run: cadorchestrator --headless generate ["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit ecf43ae

Please sign in to comment.