File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 61
61
mkdir pandoc-crossref-${{runner.os}}
62
62
export GIT_DIR="$PWD/.git"
63
63
cabal v2-install --installdir=$PWD/pandoc-crossref-${{runner.os}}
64
- - name : Make manpage
65
- if : runner.os == 'Linux'
66
- run : |
67
- cabal v2-install --installdir="$HOME" pandoc-cli
68
- "$HOME/pandoc" -s -t man docs/index.md -o pandoc-crossref-${{runner.os}}/pandoc-crossref.1
69
64
- name : Get Version
70
65
shell : bash
71
66
id : get_version
@@ -113,6 +108,9 @@ jobs:
113
108
- run : nix run .#test
114
109
- run : nix run .#test-integrative
115
110
- run : nix develop -c echo ok
111
+ - name : Make manpage
112
+ run : |
113
+ nix develop -c pandoc -s -t man docs/index.md -o pandoc-crossref-${{runner.os}}/pandoc-crossref.1
116
114
- name : Get Version
117
115
shell : bash
118
116
id : get_version
You can’t perform that action at this time.
0 commit comments