Skip to content

Commit

Permalink
ci(.github): fix setup-go go.mod path in update-docs workflow (kumahq…
Browse files Browse the repository at this point in the history
…#7946)

Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored Oct 3, 2023
1 parent 3fd5819 commit 88890ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: repo
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
go-version-file: repo/go.mod
- name: "sync docs" # loop over all the branches and generate the docs
run: |
cd repo
Expand Down

0 comments on commit 88890ad

Please sign in to comment.