Browse Source

unbad it

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
e7d6812021
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@ -80,7 +80,7 @@ before_deploy:
{ # Copy current site into tags
cd origin_site # make things a bit easier
$tagPath = Join-Path $source "tags/$env:APPVEYOR_REPO_TAG_NAME"
$tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME"
New-Item -ItemType directory -Path $tagPath
Copy-Item -Path (Get-ChildItem -Exclude ('.git','tags')).FullName -Destination $tagPath -Recurse


Loading…
Cancel
Save