Skip to content

Commit

Permalink
[ci] Fix manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jun 25, 2023
1 parent 8cfdbb2 commit 7197673
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
mkdir pandoc-crossref-${{runner.os}}
export GIT_DIR="$PWD/.git"
cabal v2-install --installdir=$PWD/pandoc-crossref-${{runner.os}}
- name: Make manpage
if: runner.os == 'Linux'
run: |
cabal v2-install --installdir="$HOME" pandoc-cli
"$HOME/pandoc" -s -t man docs/index.md -o pandoc-crossref-${{runner.os}}/pandoc-crossref.1
- name: Get Version
shell: bash
id: get_version
Expand Down Expand Up @@ -113,6 +108,9 @@ jobs:
- run: nix run .#test
- run: nix run .#test-integrative
- run: nix develop -c echo ok
- name: Make manpage
run: |
nix develop -c pandoc -s -t man docs/index.md -o pandoc-crossref-${{runner.os}}/pandoc-crossref.1
- name: Get Version
shell: bash
id: get_version
Expand Down

0 comments on commit 7197673

Please sign in to comment.