Fix main.yml

This commit is contained in:
Alejandro Gallo 2021-09-06 17:48:41 +02:00
parent bcc45ab382
commit 6f3c5aef8f

View File

@ -40,7 +40,7 @@ jobs:
run: nix-shell --run 'make bench' run: nix-shell --run 'make bench'
- name: create doc - name: create doc
run: run: |
cd doc && nix-shell --run 'make all' cd doc && nix-shell --run 'make all'
cd doc && echo hello world > index.html cd doc && echo hello world > index.html