Skip to content

Commit

Permalink
ci/docs: fix relative workflow path
Browse files Browse the repository at this point in the history
Actions uses the local checkout for in-repo actions; therefore we have
to reference the location of the Poetry checkout.
  • Loading branch information
neersighted committed Mar 26, 2024
1 parent af01cf2 commit c6b43c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
with:
hugo-version: '0.83.1'

- uses: ./.github/actions/bootstrap-poetry
- uses: ./poetry/.github/actions/bootstrap-poetry

- uses: ./.github/actions/poetry-install
- uses: ./poetry/.github/actions/poetry-install
with:
args: --no-root --only main

Expand Down

0 comments on commit c6b43c6

Please sign in to comment.