Skip to content

Commit

Permalink
Increase Netlify deploy timeout
Browse files Browse the repository at this point in the history
Frequently timing out after 1 minute.
  • Loading branch information
glin committed Sep 9, 2024
1 parent 2b69b49 commit faccfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1
timeout-minutes: 5

- name: Rebuild pkgdown site search index for GitHub Pages
if: matrix.config.release && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit faccfc6

Please sign in to comment.