map/.onedev-buildspec.yml

25 lines
553 B
YAML
Raw Normal View History

2024-06-17 17:29:10 +08:00
version: 20
jobs:
- name: 润阳项目文档发版
steps:
- !CheckoutStep
name: 获取最新文档
cloneCredential: !DefaultCredential {}
withLfs: false
withSubmodules: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !PublishSiteStep
name: 文档发版
sourcePath: docs
artifacts: '**'
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
2024-06-17 17:33:35 +08:00
triggers:
- !BranchUpdateTrigger
branches: main
paths: docs/**
projects: ry-das.git
2024-06-17 17:29:10 +08:00
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600