Skip to content

Commit

Permalink
Don't deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Feb 28, 2021
1 parent b25f5cb commit cb4f46a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
steps:
- template: azure/build.yml

- job: DeployDocs
dependsOn:
- Windows
condition: succeeded()
pool:
vmImage: 'windows-2019'
steps:
- template: azure/docs.yml
#- job: DeployDocs
# dependsOn:
# - Windows
# condition: succeeded()
# pool:
# vmImage: 'windows-2019'
# steps:
# - template: azure/docs.yml

0 comments on commit cb4f46a

Please sign in to comment.