From a75b03a3936ceb364f70b8f42ccc0cd92e61448e Mon Sep 17 00:00:00 2001 From: Julia Date: Wed, 29 Nov 2023 19:49:01 +0100 Subject: [PATCH] path checks without cloning --- .github/workflows/test-cli.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index b5b1659f..d3d0262e 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -13,10 +13,9 @@ jobs: # run: npm install -g clever-tools # - id: command # run: clever --version - - id: clone - run: git clone https://github.com/CleverCloud/documentation.git + - id: enter - run: cd documentation + run: cd documentation/documentation - id: path run: pwd - id: files