Added quotes
This commit is contained in:
parent
b6dda62814
commit
50f4c9a71b
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-docs/action.yml
vendored
2
.github/actions/build-docs/action.yml
vendored
|
@ -184,7 +184,7 @@ runs:
|
|||
echo "TRACE 5"
|
||||
echo ::group::Upload Docs
|
||||
echo "TRACE 6"
|
||||
BUILD_DIR=${{ steps.build-docs.outputs.build-dir }}
|
||||
BUILD_DIR="${{ steps.build-docs.outputs.build-dir }}"
|
||||
echo "TRACE 7"
|
||||
${{ github.action_path }}/upload.ros "${BUILD_DIR}"
|
||||
echo "TRACE 8"
|
||||
|
|
Loading…
Reference in a new issue