We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c232f21 commit d05dc6dCopy full SHA for d05dc6d
1 file changed
.github/workflows/build-specs.yml
@@ -49,7 +49,7 @@ jobs:
49
# that doesn't work for Github Pages. So we copy them as index.html.
50
run: |
51
set -e
52
- for file in ./csswg-drafts/**/Overview.html; do
+ for file in ./**/Overview.html; do
53
cp "$file" "$(dirname "$file")/index.html"
54
done
55
0 commit comments