Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
name: 'Publish to Github pages'
if: ${{ inputs.dry_run == 'false' }}
with:
docs_path: ${{ workspace_path }}/build/docs/javadoc
output_path: ${{ workspace_path }}
docs_path: ${{ inputs.workspace_path }}/build/docs/javadoc
output_path: ${{ inputs.workspace_path }}
github_token: ${{ inputs.token }}

- name: Dry Run Publish Docs
Expand Down