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