We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223648b commit 11e78a5Copy full SHA for 11e78a5
.github/actions/publish-docs/action.yml
@@ -18,8 +18,8 @@ runs:
18
name: 'Publish to Github pages'
19
if: ${{ inputs.dry_run == 'false' }}
20
with:
21
- docs_path: ${{ workspace_path }}/build/docs/javadoc
22
- output_path: ${{ workspace_path }}
+ docs_path: ${{ inputs.workspace_path }}/build/docs/javadoc
+ output_path: ${{ inputs.workspace_path }}
23
github_token: ${{ inputs.token }}
24
25
- name: Dry Run Publish Docs
0 commit comments