mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
debug: Remove system info
This commit is contained in:
parent
ad09a0960b
commit
2623cb6278
1 changed files with 0 additions and 2 deletions
2
.github/workflows/seo-report.yaml
vendored
2
.github/workflows/seo-report.yaml
vendored
|
@ -44,12 +44,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build Unlighthouse report
|
- name: Build Unlighthouse report
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
unlighthouse-ci \
|
unlighthouse-ci \
|
||||||
--site "${{ github.event.deployment_status.target_url }}" \
|
--site "${{ github.event.deployment_status.target_url }}" \
|
||||||
--build-static \
|
--build-static \
|
||||||
--router-prefix "${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }}"
|
--router-prefix "${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }}"
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue