fix(ci): increase ulimit in ci
Some checks failed
Deploy to SFTP Server / build (push) Failing after 4m48s
Some checks failed
Deploy to SFTP Server / build (push) Failing after 4m48s
This commit is contained in:
parent
712c6fe11e
commit
b8c1581f5a
2
.github/workflows/default.yaml
vendored
2
.github/workflows/default.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: 🏗️ Build site
|
||||
run: |
|
||||
# Install dependencies, build, and generate site output
|
||||
pnpm i && pnpm build
|
||||
ulimit -n 65536 && pnpm i && pnpm build
|
||||
|
||||
- name: 🔑 Configure rclone
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user