mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Fixed based on feedback
This commit is contained in:
parent
02dc47297f
commit
a99d0c209d
@ -231,7 +231,7 @@ jobs:
|
||||
displayName: Build docs
|
||||
- publish: $(System.DefaultWorkingDirectory)/api-docs
|
||||
artifact: api-docs
|
||||
displayName: Publish doc artifact
|
||||
displayName: Save Docs artifact
|
||||
|
||||
- job: Publish
|
||||
dependsOn:
|
||||
@ -295,7 +295,6 @@ jobs:
|
||||
inputs:
|
||||
artifactName: api-docs
|
||||
targetPath: $(System.DefaultWorkingDirectory)/api-docs
|
||||
# targetPath : $(Pipeline.Workspace)/api-docs
|
||||
- bash: |
|
||||
git config --global user.email "bot@wasmer.io"
|
||||
git config --global user.name "wasmerbot"
|
||||
|
Loading…
Reference in New Issue
Block a user