Significantly update the documentation
This commit is contained in:
@@ -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/*
|
||||
Reference in New Issue
Block a user