We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9334926 commit 0c2a85fCopy full SHA for 0c2a85f
.github/workflows/deploy_docs.yml
@@ -7,6 +7,12 @@ on:
7
paths:
8
- 'doc/guides/**'
9
- 'doc/starlight/**'
10
+ - 'CODE_OF_CONDUCT.md'
11
+ - 'GOVERNANCE.md'
12
+ - 'CONTRIBUTING.md'
13
+ - 'CODING_CONVENTIONS_C++.md'
14
+ - 'CODING_CONVENTIONS.md'
15
+ - 'release-notes.txt'
16
17
jobs:
18
build-docs:
.github/workflows/test_docs.yml
@@ -5,6 +5,12 @@ on:
5
6
0 commit comments