Skip to content

Commit 4284d7d

Browse files
committed
fix docs path
1 parent 364a6c1 commit 4284d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ runs:
1414
- uses: launchdarkly/gh-actions/actions/[email protected]
1515
name: 'Publish to Github pages'
1616
with:
17-
docs_path: ${{ inputs.workspace_path }}/docs
17+
docs_path: ${{ inputs.workspace_path }}
1818
output_path: ${{ inputs.workspace_path }}
1919
github_token: ${{ inputs.token }}

0 commit comments

Comments
 (0)