Use nix for documentation
This commit is contained in:
parent
d226cdc43e
commit
e32707d6b8
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -44,6 +44,12 @@ jobs:
|
|||||||
documentation:
|
documentation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2.3.4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: cachix/install-nix-action@v13
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- name: create doc
|
- name: create doc
|
||||||
run: |
|
run: |
|
||||||
mkdir -p doc
|
mkdir -p doc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user