From cd2dbfa12cdb70d4d05409a0a71c330de4c90315 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 23 Aug 2019 11:59:34 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43a88a19..e56723ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,6 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: jakejarvis/wait-action@master - with: - time: '10s' - uses: actions/checkout@master - uses: peaceiris/actions-hugo@v0.56.3 with: @@ -32,3 +29,13 @@ jobs: CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }} CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }} CLOUDFLARE_KEY: ${{ secrets.CLOUDFLARE_KEY }} + - uses: jakejarvis/wait-action@master + with: + time: '30s' + - uses: jakejarvis/lighthouse-action@master + with: + url: 'https://jarv.is/' + - uses: actions/upload-artifact@master + with: + name: report + path: './report'