Skip to content

Commit

Permalink
fix: change timeout-minutes to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Jun 30, 2024
1 parent a1f7567 commit c1d7e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ncu-zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest

timeout-minutes: 10 # 设置作业的超时时间为 10 分钟,可根据需要自行调整
timeout-minutes: 30 # 设置作业的超时时间为 30 分钟,可根据需要自行调整

steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build Project Artifacts
run: vercel build --prod --local-config ./vercel.json --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }} # --archive=tgz --prebuilt 使用预编译好的产物
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }} # --archive=tgz 打包为单个文件 --prebuilt 使用预编译好的产物

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

0 comments on commit c1d7e5c

Please sign in to comment.