Skip to content
Merged
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: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:

jobs:
check-links:
uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.2
uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.3
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
commit: ${{ github.event.pull_request.head.sha || github.sha }}
rtd_project: 'decoding-access-om3' # MODIFY: change this to the Read the Docs project
# readthedocs_yaml: # MODIFY: Uncomment to add .readthedocs.yaml path. If not included, '.readthedocs.yaml' is used.
# lychee_config: '/path/to/lychee_config.toml' # MODIFY: Uncomment to add lychee config path. If not included, the one from the ACCESS-NRI/documentation-infra repo gets used.
# secrets: # MODIFY: Uncomment the lines below if the repo is private. You also need to create a secret named REPO_READ_TOKEN with a token that has repo read permissions.
# repo_read_token: ${{ secrets.REPO_READ_TOKEN }}
# repo_read_token: ${{ secrets.REPO_READ_TOKEN }}
Loading