removed remove_existing_config.sh from docs ci

This commit is contained in:
mfahampshire
2023-11-27 13:38:46 +01:00
parent 5e50e114a9
commit 90e40e1ecf
2 changed files with 7 additions and 5 deletions
+5 -4
View File
@@ -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
+2 -1
View File
@@ -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.
[//]: # ( * `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. )