1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:25:48 -04:00

some quick tweaks I've put off

This commit is contained in:
2021-02-22 10:53:56 -05:00
parent 1de01b184e
commit 152ac851f4
5 changed files with 150 additions and 152 deletions

View File

@@ -12,7 +12,7 @@ jobs:
# "[skip ci]" also causes Netlify to skip, so these are automatically in harmony
# https://docs.netlify.com/site-deploys/manage-deploys/#skip-a-deploy
if: "!contains(github.event.head_commit.message, '[skip ci]')"
timeout-minutes: 10
timeout-minutes: 20
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}