Skip to content

Commit 48d5d7b

Browse files
author
Gleb
authored
Add docs validation workflow (#1994)
* Add docs validation workflow * Update ref * Unpin ref
1 parent 5429607 commit 48d5d7b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Docs validation
2+
3+
on:
4+
push:
5+
branches: [main, release/**]
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
10+
cancel-in-progress: true
11+
12+
jobs:
13+
docs-validation:
14+
uses: stellar/stellar-docs/.github/workflows/build.yml@main
15+
with:
16+
stellar-cli-ref: ${{ github.ref }}

0 commit comments

Comments
 (0)