Skip to content

Commit 92ba8b2

Browse files
committed
Fix deploy docs timeout.
1 parent f494737 commit 92ba8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
deploy-docs:
143143
name: Deploy docs
144144
runs-on: ubuntu-latest
145-
timeout-minutes: 20
145+
timeout-minutes: 40
146146
if: github.repository == 'coil-kt/coil' && github.ref == 'refs/heads/main'
147147
needs: [checks, unit-tests, instrumentation-tests, build-samples]
148148
steps:

0 commit comments

Comments
 (0)