fix(ci): increase ulimit in ci
Some checks failed
Deploy to SFTP Server / build (push) Failing after 4m48s

This commit is contained in:
Max Richter 2025-05-14 17:54:27 +02:00
parent 712c6fe11e
commit b8c1581f5a

View File

@ -54,7 +54,7 @@ jobs:
- name: 🏗️ Build site - name: 🏗️ Build site
run: | run: |
# Install dependencies, build, and generate site output # Install dependencies, build, and generate site output
pnpm i && pnpm build ulimit -n 65536 && pnpm i && pnpm build
- name: 🔑 Configure rclone - name: 🔑 Configure rclone
run: | run: |