Skip to content

Commit bb77c2e

Browse files
authored
increase timeout for jekyll build (#5073)
1 parent a8453a9 commit bb77c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
name: Build
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 10
19+
timeout-minutes: 30
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Install dependencies

0 commit comments

Comments
 (0)