From e75ba79562661ff3707b14377466904231a67f0c Mon Sep 17 00:00:00 2001 From: Julia Date: Wed, 29 Nov 2023 19:50:08 +0100 Subject: [PATCH] path checks without cloning --- .github/workflows/test-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index d3d0262e..1cc06c91 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -15,7 +15,7 @@ jobs: # run: clever --version - id: enter - run: cd documentation/documentation + run: cd documentation - id: path run: pwd - id: files