Skip to content

Commit

Permalink
ci: fix docgen nix-shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 15, 2023
1 parent 49b415b commit 348c3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Generating docs
run: nix-shell -c "ht-generate-docs"
run: nix-shell --command ht-generate-docs

- name: Update documentation
env:
Expand Down

0 comments on commit 348c3b7

Please sign in to comment.