Skip to content

Commit

Permalink
Increase maximum stack size in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed Oct 11, 2023
1 parent bfc72f9 commit efb5b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efb5b47

Please sign in to comment.