Skip to content

Commit

Permalink
ci: add output_path to publish-docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Apr 24, 2024
1 parent 0725773 commit a068bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ runs:
name: 'Publish to Github pages'
with:
docs_path: ${{ inputs.workspace_path }}/docs
output_path: ${{ inputs.workspace_path }}
github_token: ${{ inputs.token }}

0 comments on commit a068bbe

Please sign in to comment.