Skip to content

Commit

Permalink
HOTFIX ci-docs (#4558)
Browse files Browse the repository at this point in the history
* HOTFIX ci-docs

* add a flag to bonding
  • Loading branch information
serinko authored Apr 24, 2024
1 parent c53b46e commit 5f60344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Remove existing Nym config directory (`~/.nym/`)
run: cd documentation && ./remove_existing_config.sh
continue-on-error: false
# This is the original flow
- name: Build all projects in documentation/ & move to ~/dist/docs/
run: cd documentation && ./build_all_to_dist.sh

# This is the original flow
# - name: Build all projects in documentation/ & move to ~/dist/docs/
Expand Down
2 changes: 1 addition & 1 deletion documentation/operators/src/nodes/bonding.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Do not bond your node to the API if the previous steps weren't finished. Bad con
You can bond your `nym-node` via the Desktop wallet.

1. Open your wallet, and head to the `Bond` page, then select the node type `Mixnode` and input your node details. Press `Next`.
- To find out your `nym-node` details, run `./nym-node bonding-information`
- To find out your `nym-node` details, run `./nym-node bonding-information --id <ID>`
- To get a correct host address, run `echo "$(curl -4 https://ifconfig.me)"`


Expand Down

0 comments on commit 5f60344

Please sign in to comment.