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