feat: cleanup some stuff
All checks were successful
Deploy to SFTP Server / build (push) Successful in 4m14s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 4m14s
This commit is contained in:
parent
50ce8b3ff7
commit
c74b314b1e
14
.github/workflows/default.yaml
vendored
14
.github/workflows/default.yaml
vendored
@ -51,21 +51,9 @@ jobs:
|
|||||||
- name: 🔄 Pull Git LFS files
|
- name: 🔄 Pull Git LFS files
|
||||||
run: git lfs pull
|
run: git lfs pull
|
||||||
|
|
||||||
- name: 🔧 Increase file descriptor limits
|
|
||||||
run: |
|
|
||||||
echo "Current file descriptor limits:"
|
|
||||||
ulimit -n
|
|
||||||
echo "Increasing file descriptor limits..."
|
|
||||||
ulimit -n 65536
|
|
||||||
echo "New file descriptor limits:"
|
|
||||||
ulimit -n
|
|
||||||
|
|
||||||
- name: 🏗️ Build site
|
- name: 🏗️ Build site
|
||||||
run: |
|
run: |
|
||||||
# Build with NODE_OPTIONS to increase memory limits and avoid watching files
|
pnpm i && pnpm build
|
||||||
export NODE_OPTIONS="--max-old-space-size=4096 --no-warnings"
|
|
||||||
# Astro-specific optimizations to avoid file watching
|
|
||||||
pnpm i && NODE_ENV=production ASTRO_DISABLE_HMR=true pnpm build
|
|
||||||
|
|
||||||
- name: 🔑 Configure rclone
|
- name: 🔑 Configure rclone
|
||||||
run: |
|
run: |
|
||||||
|
1036
src/helpers/exif_
1036
src/helpers/exif_
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user