We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb3846 commit 7d2abc3Copy full SHA for 7d2abc3
.github/workflows/github-page.yml
@@ -31,17 +31,17 @@ jobs:
31
32
- name: Fetch nix cache and update cabal indices
33
run: |
34
- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
+ nix develop --command \
35
cabal update
36
37
- name: Build whole project
38
39
40
cabal build all
41
42
- name: Build documentation
43
44
45
cabal haddock-project --local --output=./haddocks --internal --foreign-libraries
46
47
- name: Compress haddocks
0 commit comments