Skip to content

Commit

Permalink
Trying escaped quotes to get things to pass through the xvfb correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 6, 2024
1 parent ecf43ae commit 6f59ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Generate example docs
uses: coactions/setup-xvfb@v1
with:
run: cadorchestrator --headless generate ["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]
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 6f59ad7

Please sign in to comment.