We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ae0d3 commit f57ccb8Copy full SHA for f57ccb8
2 files changed
.github/workflows/deploy-docs.yml
@@ -2,8 +2,7 @@ name: Deploy Documentation
2
3
on:
4
push:
5
- branches:
6
- - ["master", "docs_permission"] # TODO: remove docs_permission branch before merge since it was only added to check action workflow
+ branches: ["master", "docs_permission"] # TODO: remove docs_permission branch before merge since it was only added to check action workflow
7
paths:
8
- 'docs/**' # Trigger only when the source docs files are modified
9
docs/README.md
@@ -4,6 +4,7 @@
This repository contains the source files for the ITT/JIT APIs online documentation,
which is hosted on GitHub Pages. [View the documentation here](https://intel.github.io/ittapi).
+check.
## Build Documentation from Sources
10
0 commit comments