From 9b32b39aee21e2fda26f05dd01062dc8ed60ae55 Mon Sep 17 00:00:00 2001 From: Julia Date: Wed, 29 Nov 2023 19:53:34 +0100 Subject: [PATCH] path checks without cd --- .github/workflows/test-cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index a71a7b41..fb711897 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -15,8 +15,8 @@ jobs: # run: clever --version - id: clone run: git clone https://github.com/CleverCloud/documentation.git - - id: enter - run: cd documentation/documentation + # - id: enter + # run: cd documentation/documentation - id: path run: pwd - id: files