Skip to content

Commit f57ccb8

Browse files
committed
check again
1 parent e1ae0d3 commit f57ccb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy Documentation
22

33
on:
44
push:
5-
branches:
6-
- ["master", "docs_permission"] # TODO: remove docs_permission branch before merge since it was only added to check action workflow
5+
branches: ["master", "docs_permission"] # TODO: remove docs_permission branch before merge since it was only added to check action workflow
76
paths:
87
- 'docs/**' # Trigger only when the source docs files are modified
98

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This repository contains the source files for the ITT/JIT APIs online documentation,
66
which is hosted on GitHub Pages. [View the documentation here](https://intel.github.io/ittapi).
7+
check.
78

89
## Build Documentation from Sources
910

0 commit comments

Comments
 (0)