Skip to content

Commit 8d455d8

Browse files
authored
Update gh-pages.yml
1 parent fbeb409 commit 8d455d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ concurrency:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 8
15+
timeout-minutes: 5
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: oven-sh/setup-bun@v2
1919
- uses: actions/setup-node@v6
2020
with:
21-
version: latest
21+
node-version: 24
2222

2323
- name: Build
2424
run: |
@@ -29,7 +29,7 @@ jobs:
2929
cp .nojekyll out/
3030
3131
- name: Deploy
32-
timeout-minutes: 3
32+
timeout-minutes: 2
3333
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)