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/