a.yaml 822 B

12345678910111213141516171819202122232425262728
  1. title: Essentials docs
  2. service: yql
  3. ci:
  4. secret: sec-01g9mj0b528x9wg348pdh5nv8n
  5. runtime:
  6. sandbox:
  7. owner: YQL
  8. actions:
  9. # определение экшена, который будет вызван при пулл-реквесте,
  10. # затрагивающим вашу документацию
  11. docs:
  12. title: Deploy docs
  13. flow: deploy-pr-docs
  14. triggers:
  15. - on: pr
  16. flows:
  17. deploy-pr-docs:
  18. jobs:
  19. deploy:
  20. title: Deploy docs
  21. task: common/docs/deploy
  22. input:
  23. targets: yql/essentials/docs
  24. arcanum_review_id: ${context.launch_pull_request_info.pull_request.id}
  25. notify: true # оставлять комментарий к ПР с ссылкой на выложенную документацию