Skip to content

Commit

Permalink
fix add path
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Sep 10, 2024
1 parent fa0b90b commit 8421b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/deploy-ci-artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
- name: Commit and push logs
shell: bash
run: |
git add ${{ steps.determine_target_path.outputs.target_path }}
git add docs/${{ steps.determine_target_path.outputs.target_path }}
if [ "${{ inputs.deploy_global_artifact }}" = "true" ]; then
commit_message="Deploy global artifact and remove old one: ${{ inputs.source_repo }}/${{ inputs.artifact_name }}"
else
Expand Down

0 comments on commit 8421b88

Please sign in to comment.