diff --git a/.github/workflows/cd-docs.yml b/.github/workflows/cd-docs.yml index 4bf8382858..b393f64632 100644 --- a/.github/workflows/cd-docs.yml +++ b/.github/workflows/cd-docs.yml @@ -31,7 +31,7 @@ jobs: --vers "^1.8.0" mdbook-admonish && cargo install --vers \ "^0.1.2" mdbook-last-changed && cargo install --vers "^0.1.2" mdbook-theme \ && cargo install --vers "^0.7.7" mdbook-linkcheck - - name: Remove existing Nym config directory + - 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/ diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index cff90f5ad6..5e2b88bb27 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -39,7 +39,7 @@ jobs: # && mdbook-admonish install dev-portal \ # && mdbook-admonish install docs \ # && mdbook-admonish install operators - - name: Remove existing Nym config directory + - 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/