Skip to content

Commit

Permalink
Fix relative path in workflows/build-and-publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jul 17, 2024
1 parent 38e0f51 commit 55e3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: ./.github/actions/setup/action.yml
uses: ./.github/actions/setup

- name: Generate Go documentation
uses: ./.github/actions/build-docs
Expand Down

0 comments on commit 55e3a45

Please sign in to comment.