From 12601d797c90e9b1eabb83ecf441c9846be8843b Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 13 Jun 2019 14:14:12 -0500 Subject: [PATCH] Removed useless comment --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c5d535d8..f68ba254 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -97,7 +97,6 @@ before_deploy: cd origin_site # make things a bit easier $tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME" - #New-Item -ItemType directory -Path $tagPath Move-Item ../_site $tagPath git add -A 2>&1