mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-20 01:50:52 +00:00
Remove the condition on deploying the API docs to our (fake) github pages branch.
This commit is contained in:
parent
e7892f552d
commit
8fba294912
@ -232,9 +232,6 @@ jobs:
|
|||||||
- job: Publish_Docs
|
- job: Publish_Docs
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Build_Docs
|
- Build_Docs
|
||||||
condition: |
|
|
||||||
and(eq(variables['Build.SourceBranch'], 'refs/heads/master'),
|
|
||||||
not(eq(variables['Build.Reason'], 'PullRequest')))
|
|
||||||
displayName: Deploy API Documentation to GitHub
|
displayName: Deploy API Documentation to GitHub
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-16.04"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user