Skip to content

Commit 32073ba

Browse files
author
Michael Cooper
committed
fix relative uri
1 parent 7d6ca97 commit 32073ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- git clone --depth=1 --branch=gh-pages https://github.com/w3c/css-aam.git
2222
- cd css-aam
2323
- rm -rf common img
24-
- cp -R ../../css-aam/common ../../css-aam/img .
24+
- cp -R ../../w3c/css-aam/common ../../w3c/css-aam/img .
2525
- curl https://labs.w3.org/spec-generator/?type=respec"&"url=https://raw.githack.com/w3c/css-aam/main/index.html -o index.html -f --retry 3
2626

2727
after_success:

0 commit comments

Comments
 (0)