From 99f0699d3234be4d6614bfce4d60ed4dc8e4cba7 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 28 Nov 2023 09:39:36 +0100 Subject: [PATCH] tweaked cd --- .github/workflows/ci-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 0319b5e0da..03178211ef 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -42,7 +42,7 @@ jobs: # cargo install mdbook-linkcheck # TODO probably reintroduce - name: Remove existing Nym config directory (`~/.nym/`) - run: ./remove_existing_config.sh + run: cd documentation && ./remove_existing_config.sh continue-on-error: false # TODO remove cd, we should already be there from the last command? - name: Build all projects in documentation/ & move to ~/dist/docs/