Skip to content

Commit f734698

Browse files
committed
Revert change in update step
1 parent 76dbd55 commit f734698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/markdown_tocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
# Update namespace table of contents in README.md files:
7676
- name: 'Update tables of contents'
7777
run: |
78-
files=$( make list-pkgs-namespaces | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' ); make markdown-namespace-tocs-files FILES=$files && make markdown-pkg-urls-files FILES=$files
78+
make markdown-namespace-tocs-files FILES="$( make list-pkgs-namespaces | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )"
79+
make markdown-pkg-urls-files FILES="$( make list-pkgs-namespaces | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )"
7980
timeout-minutes: 15
8081

8182
# Create a pull request with the updated tables of contents:

0 commit comments

Comments
 (0)