debug: Remove system info

This commit is contained in:
Bart van der Braak 2023-06-11 03:01:45 +02:00
parent ad09a0960b
commit 2623cb6278

View file

@ -44,12 +44,10 @@ 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