You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: .github/workflows/command-block.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,6 @@ jobs:
22
22
'- 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'+
23
23
'Thanks for helping out!'
24
24
})
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"
0 commit comments