We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5429607 commit 48d5d7bCopy full SHA for 48d5d7b
1 file changed
.github/workflows/docs.yml
@@ -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