Removed debug info.
This commit is contained in:
parent
3ebc39835f
commit
0009728a2f
1 changed files with 0 additions and 6 deletions
6
.github/actions/build-docs/action.yml
vendored
6
.github/actions/build-docs/action.yml
vendored
|
@ -39,14 +39,8 @@ runs:
|
|||
set -Eeuo pipefail
|
||||
echo ::group::Upload Docs
|
||||
|
||||
echo 'Before upload'
|
||||
git status
|
||||
|
||||
${{ github.action_path }}/upload.ros "$(cat output.dir)"
|
||||
|
||||
echo 'After upload'
|
||||
git status
|
||||
|
||||
echo ::endgroup::
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue