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 200135b commit bfb9d1bCopy full SHA for bfb9d1b
.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