mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
debug: See if a deployment from different actor would work
This commit is contained in:
parent
1f1817a81a
commit
106b07a8ad
1 changed files with 5 additions and 3 deletions
8
.github/workflows/seo-report.yaml
vendored
8
.github/workflows/seo-report.yaml
vendored
|
@ -1,7 +1,10 @@
|
||||||
name: Unlighthouse SEO Reports
|
name: Unlighthouse SEO Reports
|
||||||
|
|
||||||
on:
|
on:
|
||||||
[deployment_status, workflow_dispatch]
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -14,7 +17,6 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.event.deployment_status.state == 'success'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -29,7 +31,7 @@ jobs:
|
||||||
run: yarn global add @unlighthouse/cli puppeteer
|
run: yarn global add @unlighthouse/cli puppeteer
|
||||||
|
|
||||||
- name: Build Unlighthouse report
|
- name: Build Unlighthouse report
|
||||||
run: unlighthouse-ci --site ${{ github.event.deployment_status.target_url }} --build-static
|
run: unlighthouse-ci --site "https://omnidash.io" --build-static
|
||||||
|
|
||||||
- name: Upload GitHub Pages artifact
|
- name: Upload GitHub Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v1.0.8
|
uses: actions/upload-pages-artifact@v1.0.8
|
||||||
|
|
Loading…
Reference in a new issue