From 6f59ad790a959d7c240e1d9160d826d1e0a2ee75 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 6 Nov 2024 10:47:40 -0500 Subject: [PATCH] Trying escaped quotes to get things to pass through the xvfb correctly --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ad9ae7..83a3de6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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