Significantly update the documentation
Some checks failed
Build library & run tests / docs (push) Failing after 1m0s
Build library & run tests / build (unix) (push) Successful in 1m6s
Build library & run tests / build (tcp) (push) Successful in 1m7s

This commit is contained in:
2024-06-24 18:26:19 +02:00
parent bfd4c1346f
commit 812861640d
8 changed files with 247 additions and 18 deletions

View File

@@ -15,4 +15,16 @@ jobs:
- name: Run clippy
run: nix build .#clippy_${{ matrix.feature }}
- name: Build & test
run: nix build .#${{ matrix.feature }}
run: nix build .#${{ matrix.feature }}
docs:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docs
run: nix build .#doc.doc
- name: (Temporary) Upload docs
uses: actions/upload-artifact@v2
with:
name: docs
path: result-doc/*