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 4612c47 commit 60ea9cbCopy full SHA for 60ea9cb
.github/workflows/contrib.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Lowercase filenames and replace underscores
97
run: |
98
for f in hyper/docs/*; do
99
- mv -vn "$f" "$(echo '$f' | tr '[:upper:]' '[:lower:]' | tr '_' '-')";
+ mv -vn "$f" "$(echo \"$f\" | tr '[:upper:]' '[:lower:]' | tr '_' '-')" || true;
100
done
101
102
- name: Copy the hyper docs to contrib
0 commit comments