mirror of
				https://github.com/bartvdbraak/omnidash.git
				synced 2025-10-31 00:19:12 +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 |         id: git-branch | ||||||
|         run: | |         run: | | ||||||
|            git fetch --all |            git fetch --all | ||||||
|            git branch -a --contains ${{ github.event.deployment.ref }} |  | ||||||
|            source_branches="$(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]*//') |            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" |            echo "SOURCE_REF=${result#remotes/origin/*}" >> "$GITHUB_OUTPUT" | ||||||
|  | 
 | ||||||
|       - 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 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue