File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
site /
2
+ docs /cli-reference /
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ CURL_FLAGS=(-fsSL --retry 10 --retry-delay 30 --retry-max-time 600 --connect-tim
11
11
12
12
. " $( curl " ${CURL_FLAGS[@]} " https://dlang.org/install.sh | bash -s install " dmd-${DMD_VERSION} " --activate) "
13
13
14
- ./dub/scripts/man/gen_man.d
15
- rm -rf docs/cli-reference/
16
- mkdir docs/cli-reference/
17
- cp dub/scripts/man/* .md docs/cli-reference/
14
+ ./regenerate-cli-docs.sh
18
15
19
16
pip3 install -r requirements.txt
20
17
mkdocs build -d " $BUILD_DIR "
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ ./dub/scripts/man/gen_man.d
4
+ rm -rf docs/cli-reference/
5
+ mkdir docs/cli-reference/
6
+ cp dub/scripts/man/* .md docs/cli-reference/
You can’t perform that action at this time.
0 commit comments