Skip to content

Commit cf107f0

Browse files
authored
Make sure to fail command doc workflow (#1706)
* Make sure to fail command doc workflow * Troll around to see if it launches on later commits * Revert "Troll around to see if it launches on later commits" This reverts commit 06177de. * Revert "Revert "Troll around to see if it launches on later commits"" This reverts commit 8623bf0. * Revert "Revert "Revert "Troll around to see if it launches on later commits""" This reverts commit eaec980.
1 parent 2ee83b9 commit cf107f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/command-block.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there.\n\n'+
2323
'Thanks for helping out!'
2424
})
25+
- run: |
26+
echo "This PR touched autogenerated command docs. If you are not a maintainer of the autogenerated docs, please revert changes to `commands/docs/**` and make the change on the nushell side"
27+
exit 1

0 commit comments

Comments
 (0)