We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb04524 commit b150037Copy full SHA for b150037
.github/workflows/markdown_tocs.yml
@@ -84,7 +84,7 @@ jobs:
84
# Generate list of namespace READMEs:
85
- name: 'Generate list of namespace READMEs'
86
run: |
87
- echo "::set-output name=files::$( make list-pkgs-namespaces | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )"
+ echo "::set-output name=files::$( make list-pkgs-namespace-readmes | tr '\n' ' ' )"
88
id: namespace_files
89
90
# Update namespace table of contents:
0 commit comments