Skip to content

Commit

Permalink
Reference subaction using absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 20, 2024
1 parent 42ee096 commit 97854ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
ref: ${{ inputs.main-branch }}
fetch-depth: 0 # checkout a non-shallow copy so the generator can generate docs for all major versions
- name: Generate static site
uses: ./.github/actions/docgen
uses: ${{ github.action_repository }}/.github/actions/docgen@${{ github.action_ref }}
with:
site-url: ${{ steps.configure-pages.outputs.base_url }}
github-url: ${{ inputs.github-url }}
Expand Down

0 comments on commit 97854ad

Please sign in to comment.