mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 00:21:16 -04:00
Update deploy.yml
This commit is contained in:
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@@ -9,9 +9,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: jakejarvis/wait-action@master
|
|
||||||
with:
|
|
||||||
time: '10s'
|
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: peaceiris/actions-hugo@v0.56.3
|
- uses: peaceiris/actions-hugo@v0.56.3
|
||||||
with:
|
with:
|
||||||
@@ -32,3 +29,13 @@ jobs:
|
|||||||
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
|
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
|
||||||
CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }}
|
CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }}
|
||||||
CLOUDFLARE_KEY: ${{ secrets.CLOUDFLARE_KEY }}
|
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'
|
||||||
|
Reference in New Issue
Block a user