Skip to content

Commit

Permalink
Make sure to fail command doc workflow (#1706)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
sholderbach authored Dec 22, 2024
1 parent 2ee83b9 commit cf107f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/command-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
'- 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'+
'Thanks for helping out!'
})
- run: |
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"
exit 1

0 comments on commit cf107f0

Please sign in to comment.