mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix: Changes to remove unnecessary debug info
This commit is contained in:
parent
1579a046a9
commit
e7b1ffec56
1 changed files with 2 additions and 5 deletions
7
.github/workflows/seo-reports.yaml
vendored
7
.github/workflows/seo-reports.yaml
vendored
|
@ -35,20 +35,17 @@ jobs:
|
|||
id: git-branch
|
||||
run: |
|
||||
git fetch --all
|
||||
git branch -a --contains ${{ github.event.deployment.ref }}
|
||||
source_branches="$(git branch -a --contains ${{ github.event.deployment.ref }})"
|
||||
result=$(echo "$source_branches" | tail -n1 | sed 's/^[ \t]*//')
|
||||
echo "Remote source of deployment: ${result}"
|
||||
echo "Local git ref of deployment: ${result#remotes/origin/*}"
|
||||
echo "SOURCE_REF=${result#remotes/origin/*}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- 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
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue