Skip to content

Commit 7aff422

Browse files
Chore: Update documentation build workflow (#168)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bff2be7 commit 7aff422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
- name: "Check documentation dependencies"
4646
id: docs-requirements
4747
# yamllint disable-line rule:line-length
48-
uses: os-climate/osc-github-devops/.github/actions/path-check@a15d0c7f2037d57e40b1eaf883694c251379faec # 2024-12-31
48+
uses: os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
4949
with:
5050
check-path: "docs/requirements.txt"
5151

5252
- name: "Check for TOX configuration"
5353
id: tox-ini
5454
# yamllint disable-line rule:line-length
55-
uses: os-climate/osc-github-devops/.github/actions/path-check@a15d0c7f2037d57e40b1eaf883694c251379faec # 2024-12-31
55+
uses: os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
5656
with:
57-
check-path: "tox.ini"
57+
path: "tox.ini"
5858

5959
- name: "Install documentation dependencies"
6060
if: steps.docs-requirements.outputs.type == 'file'

0 commit comments

Comments
 (0)