File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' docs/**' # Trigger only when the source docs files are modified
99
1010permissions :
11- contents : write
11+ contents : read
1212
1313jobs :
1414 build_and_deploy :
15+ permissions :
16+ contents : write # for peaceiris/actions-gh-pages to push pages branch
1517 name : Build and deploy documentation
1618 runs-on : ubuntu-latest
1719 steps :
Original file line number Diff line number Diff line change 7373
7474 create_release :
7575 permissions :
76- contents : write # for actions/create-release to create a release
76+ contents : write # for actions/create-release to create a release
7777 id-token : write # for actions/attest-build-provenance to attest provenance
7878 attestations : write # for actions/attest-build-provenance to attest provenance
7979 name : Create release
Original file line number Diff line number Diff line change 33## Overview
44
55This repository contains the source files for the ITT/JIT APIs online documentation,
6- which is hosted on GitHub Pages. [ View the documentation here] ( link ) .
6+ which is hosted on GitHub Pages. [ View the documentation here] ( https://intel.github.io/ittapi ) .
77
88## Build Documentation from Sources
99
You can’t perform that action at this time.
0 commit comments