mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 14:27:09 +00:00
chore: change maxDuration
This commit is contained in:
parent
3344bfd150
commit
a3cfe1b602
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-prep.py
vendored
2
.github/workflows/deploy-prep.py
vendored
|
|
@ -4,7 +4,7 @@ file = open('./vercel.json', 'r')
|
|||
str = file.read()
|
||||
file = open('./vercel.json', 'w')
|
||||
|
||||
str = str.replace('"maxDuration": 10', '"maxDuration": 30')
|
||||
str = str.replace('"maxDuration": 10', '"maxDuration": 15')
|
||||
|
||||
file.write(str)
|
||||
file.close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue