Skip to content

Commit ad4dba1

Browse files
committed
fix: remove ulimit command to simplify site build process
1 parent f11b86f commit ad4dba1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
- name: Build site
8888
run: |
8989
export PATH="$HOME/.markflow:$PATH"
90-
# Raise ARG_MAX for large pre-baked content (16 chapters exceed default ~2MB limit)
91-
ulimit -s unlimited
9290
mkdir -p site
9391
9492
# Copy website landing page to site root

0 commit comments

Comments
 (0)