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 364a6c1 commit 4284d7dCopy full SHA for 4284d7d
.github/actions/publish-docs/action.yml
@@ -14,6 +14,6 @@ runs:
14
- uses: launchdarkly/gh-actions/actions/[email protected]
15
name: 'Publish to Github pages'
16
with:
17
- docs_path: ${{ inputs.workspace_path }}/docs
+ docs_path: ${{ inputs.workspace_path }}
18
output_path: ${{ inputs.workspace_path }}
19
github_token: ${{ inputs.token }}
0 commit comments