From 90e40e1ecfaa1aaf2ba1e293910bbd1dc46e1054 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 27 Nov 2023 13:38:46 +0100 Subject: [PATCH] removed remove_existing_config.sh from docs ci --- .github/workflows/ci-docs.yml | 9 +++++---- documentation/README.md | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index e826c4786d..17b5e888fb 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -39,15 +39,16 @@ jobs: cargo install mdbook-last-changed cargo install mdbook-theme cargo install mdbook-linkcheck + # TODO remove once we know we dont need it anymore # && cd documentation \ # && mdbook-admonish install dev-portal \ # && mdbook-admonish install docs \ # && mdbook-admonish install operators - - name: Remove existing Nym config directory (`~/.nym/`) - run: cd documentation && ./remove_existing_config.sh - continue-on-error: false +# - name: Remove existing Nym config directory (`~/.nym/`) +# run: cd documentation && ./remove_existing_config.sh +# continue-on-error: false - name: Build all projects in documentation/ & move to ~/dist/docs/ - run: ./build_all_to_dist.sh + run: cd documentation && ./build_all_to_dist.sh continue-on-error: false - name: Deploy branch to CI www diff --git a/documentation/README.md b/documentation/README.md index 9c9b69a48f..3fe8501eb8 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -13,4 +13,5 @@ Each directory contains a readme with more information about running and contrib * The following scripts are used by the `ci-dev.yml` and `cd-dev.yml` scripts: * `build_all_to_dist.sh` is used for building all mdbook projects and moving the rendered html to `../dist/` to be rsynced with various servers. * `post_process.sh` is used to post process CSS/image/href links for serving several mdbooks from a subdirectory. - * `removed_existing_config.sh` is used to remove existing nym client/node config files on the CI/CD server so avoid `mdbook-cmdrun` command errors. \ No newline at end of file + +[//]: # ( * `removed_existing_config.sh` is used to remove existing nym client/node config files on the CI/CD server so avoid `mdbook-cmdrun` command errors. ) \ No newline at end of file