Skip to content

Commit

Permalink
chore: Try odoc on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Mar 4, 2024
1 parent f578935 commit ec707d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/utils/create-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
steps:
- script: "esy doc"
displayName: "Build docs"
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
condition: succeeded()

- script: echo '##vso[task.setvariable variable=docsPath]'$(esy echo '#{self.target_dir}/default/_doc/_html')
displayName: "Save docsPath in variable"
Expand Down

0 comments on commit ec707d7

Please sign in to comment.