Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
- 'docs/**' # Trigger only when the source docs files are modified

permissions:
contents: write
contents: read

jobs:
build_and_deploy:
permissions:
contents: write # for peaceiris/actions-gh-pages to push pages branch
name: Build and deploy documentation
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

create_release:
permissions:
contents: write # for actions/create-release to create a release
contents: write # for actions/create-release to create a release
id-token: write # for actions/attest-build-provenance to attest provenance
attestations: write # for actions/attest-build-provenance to attest provenance
name: Create release
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

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

## Build Documentation from Sources

Expand Down
Loading