From 0009728a2fec0f3fcc874c450ccf9faab57bb56f Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 7 Feb 2021 03:13:21 +0300 Subject: [PATCH] Removed debug info. --- .github/actions/build-docs/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 2b65be6..0bf1e64 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -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 }}