diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 7c03453..2b65be6 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -38,9 +38,15 @@ runs: run: | 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 }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 771e4ef..e02e094 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,10 +32,10 @@ jobs: - uses: 40ants/cl-info/.github/actions/build-docs@custom-action with: asdf-system: cl-info - - name: Start SSH session - uses: luchihoratiu/debug-via-ssh@main - with: - NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} - NGROK_REGION: eu - SSH_PASS: ${{ secrets.SSH_PASS }} + # - name: Start SSH session + # uses: luchihoratiu/debug-via-ssh@main + # with: + # NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + # NGROK_REGION: eu + # SSH_PASS: ${{ secrets.SSH_PASS }}