diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6b0c8806d..1e6fa84d5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -58,6 +58,7 @@ jobs: java-version: 8 distribution: temurin - run: echo "Hello World" && ./mill -i publishDocs --skipDeploy true + shell: 'script -q -e -c "bash {0}"' env: TERM: xterm-256color