We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f354c41 commit b5ad78bCopy full SHA for b5ad78b
.github/workflows/release.yml
@@ -86,11 +86,9 @@ jobs:
86
echo "#!/bin/bash
87
cd antora
88
cat site.yml
89
+ export NODE_OPTIONS="--max-old-space-size=8192"
90
exec antora --stacktrace --fetch --clean site.yml" > antora.sh
91
cat antora.sh
- # Allocate more memory for large data sets!
92
- - name: Allocate more memory for JavaScript
93
- run: export NODE_OPTIONS="--max-old-space-size=8192"
94
# Run Antora to generate the document
95
- name: Run Antora
96
uses: docker://ghcr.io/asam-ev/project-guide-docker:4
0 commit comments