File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ GREEN='\033[0;32m'
6
6
7
7
# Download analytics related files and move them to correct folders
8
8
echo -e " ${GREEN} ==== Download files with removed analytics ====${NC} "
9
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/_analytics_other.html -O _templates/_analytics_other.html
10
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/_footer_other.html.erb -O _templates/_footer_other.html.erb
11
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/_topnav_other.html -O _templates/_topnav_other.html
12
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/index-commercial.html -O index-commercial.html
13
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/search-commercial.html -O search-commercial.html
9
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/_analytics_other.html -O _templates/_analytics_other.html
10
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/_footer_other.html.erb -O _templates/_footer_other.html.erb
11
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/_topnav_other.html -O _templates/_topnav_other.html
12
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/index-commercial.html -O index-commercial.html
13
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/search-commercial.html -O search-commercial.html
Original file line number Diff line number Diff line change 2
2
set -ev
3
3
4
4
# Download the preview page
5
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/_previewpage
5
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/_previewpage
6
6
7
7
# Copy preview page into the _preview folder
8
8
cp --verbose _previewpage _preview/index.html
9
9
10
10
# Download robots.txt
11
- wget https://raw.githubusercontent.com/openshift/openshift-docs/master /scripts/ocpdocs/robots_preview.txt
11
+ wget https://raw.githubusercontent.com/openshift/openshift-docs/main /scripts/ocpdocs/robots_preview.txt
12
12
13
13
# Copy robots into the _preview folder
14
14
cp --verbose robots_preview.txt _preview/robots.txt
You can’t perform that action at this time.
0 commit comments