From efb5b470ea0155f54ce0b5620ff6a0b399517ce6 Mon Sep 17 00:00:00 2001 From: Jonathan Yong Date: Wed, 11 Oct 2023 13:25:41 +0100 Subject: [PATCH] Increase maximum stack size in GHA --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2da960de..c558d89a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,9 @@ jobs: uses: quarto-dev/quarto-actions/render@v2 with: to: html + env: + # The US election story needs an increased call stack size, not sure why + QUARTO_DENO_EXTRA_OPTIONS: --v8-flags=--stack-size=2048 - name: Upload files to gh-pages branch uses: peaceiris/actions-gh-pages@v3