Compare commits

...

5 Commits

Author SHA1 Message Date
mfahampshire 294903bede remove quick test change - reverting to normal 2023-11-27 12:26:38 +01:00
mfahampshire 105cb67f06 uncomment CI deploy to test 2023-11-27 12:01:53 +01:00
Jon Häggblad d4ee0708ad ubuntu 20.04 2023-11-27 12:01:53 +01:00
Jon Häggblad e4b52b4a32 apt 2023-11-27 12:01:53 +01:00
Jon Häggblad 5177e55b22 test things 2023-11-27 12:01:53 +01:00
2 changed files with 12 additions and 8 deletions
+11 -7
View File
@@ -9,9 +9,11 @@ on:
jobs:
build:
runs-on: custom-linux
runs-on: ubuntu-20.04-16-core
steps:
- uses: actions/checkout@v3
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get install -y build-essential curl wget libssl-dev libudev-dev squashfs-tools protobuf-compiler
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/github-slug-action@v3.x
@@ -28,20 +30,22 @@ jobs:
command: build
args: --workspace --release
- name: Install mdbook
run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4.35" mdbook)
run: cargo install mdbook
# run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4.35" mdbook)
- name: Install mdbook plugins
run: |
cargo install --vers "=0.2.2" mdbook-variables && cargo install \
--vers "^1.8.0" mdbook-admonish --force && 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 \
cargo install mdbook-variables
cargo install mdbook-admonish
cargo install mdbook-last-changed
cargo install mdbook-theme
cargo install mdbook-linkcheck
# && cd documentation \
# && mdbook-admonish install dev-portal \
# && mdbook-admonish install docs \
# && mdbook-admonish install operators
- name: Build all projects in documentation/ & move to ~/dist/docs/
run: cd documentation && ./build_all_to_dist.sh
run: cd documentation && ./build_all_to_dist.sh
continue-on-error: false
- name: Deploy branch to CI www
continue-on-error: true
+1 -1
View File
@@ -6,4 +6,4 @@ For more in-depth information about nodes, network traffic flows, clients, cocon
If you are looking for information and setup guides for the various pieces of Nym mixnet infrastructure (mix nodes, gateways and network requesters) and Nyx blockchain validators see the **new [Operators Guides](https://nymtech.net/operators)** book.
If you're looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more, make sure to check out the **new [TS SDK Handbook](https://sdk.nymtech.net/)** !
If you're looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more, make sure to check out the **new [TS SDK Handbook](https://sdk.nymtech.net/)** !