Skip to content

Commit

Permalink
Redirect content and index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Nov 25, 2024
1 parent 7a49aba commit 9834d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
enable-stack: true

- name: Build
run: stack build --test --bench --haddock --no-run-benchmarks --no-haddock-deps
run: stack build --test --bench --haddock --no-run-benchmarks --no-haddock-deps --haddock-arguments="--use-contents=/ --use-index=/"

- id: paths
name: Get path
Expand Down

0 comments on commit 9834d57

Please sign in to comment.