Skip to content

Commit 9f69e98

Browse files
committed
add robots.txt
1 parent 6a082f5 commit 9f69e98

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build_docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ find /root/scdocs_build/ -type f -exec sed -i -e "s_/usr/local/share/SuperCollid
1313
find /root/scdocs_build/ -type f -exec sed -i -e "s_/usr/local/share/SuperCollider/HelpSource_https://github.com/supercollider/supercollider/tree/$SC_BRANCH/HelpSource_g" {} \;
1414
echo "Copy CSS patch"
1515
cp /root/custom.css /root/scdocs_build/custom.css
16+
cp /root/robots.txt /root/scdocs_build/robots.txt
1617

1718
echo "Move from the intermediate folder to the host build folder"
1819
cp -r /root/scdocs_build/* /root/scdocs

robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

0 commit comments

Comments
 (0)