Skip to content

Commit d05dc6d

Browse files
committed
Remaining outdated path
1 parent c232f21 commit d05dc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# that doesn't work for Github Pages. So we copy them as index.html.
5050
run: |
5151
set -e
52-
for file in ./csswg-drafts/**/Overview.html; do
52+
for file in ./**/Overview.html; do
5353
cp "$file" "$(dirname "$file")/index.html"
5454
done
5555

0 commit comments

Comments
 (0)