Skip to content

Commit

Permalink
Docs hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 10, 2024
1 parent 0368301 commit afef9d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
if ($changes)
{
Write-Output "Please make sure to build the assets properly before pushing. The following files changed:"
Write-Output 'Please make sure to build the assets properly before pushing, see https://docs.orchardcore.net/en/latest/docs/guides/gulp-pipeline/.'
Write-Output 'The following files changed:'
Write-Output $changes
exit -1
}
Expand Down

0 comments on commit afef9d3

Please sign in to comment.