Skip to content

Commit efe175a

Browse files
Download preview page and robots from github main branch
1 parent 3942792 commit efe175a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: "Build AsciiBinder docs for openshift-dedicated"
3131
-
3232
run:
33-
command: "sudo cp -v scripts/ocpdocs/_previewpage _preview/index.html && sudo cp -v scripts/ocpdocs/robots_preview.txt _preview/robots.txt"
33+
command: "wget -O _preview/index.html https://raw.githubusercontent.com/openshift/openshift-docs/main/scripts/ocpdocs/_previewpage && wget -O _preview/robots.txt https://raw.githubusercontent.com/openshift/openshift-docs/main/scripts/ocpdocs/robots_preview.txt"
3434
name: "Copy files"
3535
-
3636
run:

0 commit comments

Comments
 (0)