mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-01-16 16:04:22 -05:00
Raise timeout for pages deployment
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -46,3 +46,5 @@ jobs:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
with:
|
||||
timeout: "1800000" # 30 minutes. Because somehow 10 minutes isn't enough for GitHub pages sometimes.
|
||||
|
||||
Reference in New Issue
Block a user