Use nix for documentation

This commit is contained in:
Alejandro Gallo 2022-03-02 19:48:48 +01:00
parent d226cdc43e
commit e32707d6b8

View File

@ -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