diff --git a/github-actions/deploy-ci-artifact/action.yaml b/github-actions/deploy-ci-artifact/action.yaml index b0060b1..4475714 100644 --- a/github-actions/deploy-ci-artifact/action.yaml +++ b/github-actions/deploy-ci-artifact/action.yaml @@ -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