From 88c0b531d534c8decbf10e6cdfaf7510aaf72c1a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Sep 2019 17:38:44 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75312455..a2fdfbda 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - uses: jakejarvis/wait-action@master with: time: '30s' - - uses: jakejarvis/lighthouse-action@master + - uses: jakejarvis/lighthouse-action@develop with: url: 'https://jarv.is/' - uses: actions/upload-artifact@master