diff options
| author | Lyssa | 2026-01-13 17:37:53 +0000 |
|---|---|---|
| committer | GitHub | 2026-01-13 17:37:53 +0000 |
| commit | 252549824aa2ba5c4ae6ffaf91525e474e342725 (patch) | |
| tree | 76ef76f07505dbfc3f0a56088c3cb32a02fef47c | |
| parent | 9a590dce6e9b45013dbd2af0233b31e62cf5e209 (diff) | |
| download | massgrave.dev-252549824aa2ba5c4ae6ffaf91525e474e342725.zip | |
Remove ""
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef2ffe7..88eae88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,4 +47,4 @@ jobs: id: deployment uses: actions/deploy-pages@v4 with: - timeout: "1800000" # 30 minutes. Because somehow 10 minutes isn't enough for GitHub pages sometimes. + timeout: 1800000 # 30 minutes. Because 10 minutes isn't enough for GitHub pages sometimes. |
