Skip to content

Commit

Permalink
feat: update sharp version
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Jul 6, 2024
1 parent 5484182 commit 6ab97cb
Show file tree
Hide file tree
Showing 171 changed files with 273 additions and 23,011 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build Project Artifacts
run: vercel build --prod --local-config ./vercel.json --token=$VERCEL_TOKEN
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prod --token=$VERCEL_TOKEN # --archive=tgz 打包为单个文件 --prebuilt 使用预编译好的产物
run: vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN # --archive=tgz 打包为单个文件 --prebuilt 使用预编译好的产物

- name: Handle special characters in commit message
run: |
Expand Down
Loading

0 comments on commit 6ab97cb

Please sign in to comment.