diff --git a/appveyor.yml b/appveyor.yml
index 2f991167..466d3189 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -102,9 +102,6 @@ deploy:
on:
appveyor_repo_tag: true
-on_success:
- - ps: scripts\appveyor\deploy_docs.ps1
-
on_finish:
- ps: (New-Object System.Net.WebClient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "$($env:APPVEYOR_BUILD_FOLDER)\build\$($env:CONFIGURATION)\tests.xml")
- ps: (New-Object System.Net.WebClient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "$($env:APPVEYOR_BUILD_FOLDER)\build\$($env:CONFIGURATION)\api-tests.xml")
diff --git a/scripts/appveyor/deploy_docs.ps1 b/scripts/appveyor/deploy_docs.ps1
deleted file mode 100644
index c2faeb41..00000000
--- a/scripts/appveyor/deploy_docs.ps1
+++ /dev/null
@@ -1,45 +0,0 @@
-$docsRepoUrl = 'https://github.com/loot/loot.github.io.git'
-$docsRepoPath = 'C:\projects\loot.github.io'
-$docsIndex = 'docs/index.html'
-$sourceFolder = $env:APPVEYOR_BUILD_FOLDER + '/docs'
-$destinationFolder = 'docs/' + $env:APPVEYOR_REPO_TAG_NAME
-
-$searchOption = ''
-$replaceOption = ''
-
-$searchSelect = '(