OSDN Git Service

fix: fix static file
authorIr1d <sirius.caffrey@gmail.com>
Tue, 21 Aug 2018 15:35:26 +0000 (23:35 +0800)
committerIr1d <sirius.caffrey@gmail.com>
Tue, 21 Aug 2018 15:35:26 +0000 (23:35 +0800)
deploy.sh
docs/robots.txt [moved from static/robots.txt with 100% similarity]

index b628965..7f5b46c 100644 (file)
--- a/deploy.sh
+++ b/deploy.sh
@@ -10,9 +10,6 @@ EMAIL=sirius.caffrey@gmail.com
 git remote add gh-token "https://${GH_TOKEN}@github.com/$ORG/$REPO.git";
 git fetch gh-token && git fetch gh-token gh-pages:gh-pages;
 
-mkdir site
-cp static/robots.txt site/robots.txt
-
 # Update git configuration so I can push.
 if [ "$1" != "dry" ]; then
     # Update git config.
similarity index 100%
rename from static/robots.txt
rename to docs/robots.txt