Skip to content

Commit 1cc5c75

Browse files
Correct robots.txt usage
1 parent d162870 commit 1cc5c75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Currently setup.sh only fetches pandoc and magick, should it download cosmo execs like on windows if somehow missing?
4-
if ! command -v git"$GITEXT" >/dev/null || ! command -v touch >/dev/null ; then
4+
if ! command -v cp >/dev/null || ! command -v git"$GITEXT" >/dev/null || ! command -v touch >/dev/null ; then
55
if [ "$OS" = Windows_NT ]; then
66
printf "Required binaries are missing, please run setup.bat to acquire them\n"
77
fi
@@ -20,6 +20,7 @@ git"$GITEXT" -C output/ rm -rq .
2020

2121
touch output/.nojekyll
2222
printf "programmingclub.com.au" > output/CNAME
23+
cp templates/robots.txt output/robots.txt
2324
. ./build.sh
2425
git"$GITEXT" -C output/ add .
2526

File renamed without changes.

0 commit comments

Comments
 (0)