fix: Remove cp robots.txt Hugo now create it

This commit is contained in:
Simon 2020-11-25 18:21:56 +01:00
parent 608a70bd34
commit 7b2aa4c8e3
1 changed files with 0 additions and 1 deletions

1
run
View File

@ -45,7 +45,6 @@ staging() {
rm -rf public
hugo --minify --environment staging
node themes/hugo-theme-lowtech/scripts/typo
cp themes/hugo-theme-lowtech/robots.txt public
#DATE=`date +\"%Y0101\"` && find public -exec touch -d $DATE {} +
docker-compose --context $DOCKER_CONTEXT -f docker-compose.staging.yml up -d --build --force-recreate
}