Increase deploy docs job timeout (#4246)

This commit is contained in:
teor 2022-04-29 08:01:23 +10:00 committed by GitHub
parent a922688947
commit 23ff00b246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ on:
jobs:
build:
name: Build and Deploy Docs (+beta)
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
steps:
- name: Checkout the source code