Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 8fe8b06

Browse files
committed
ci(netlify): add mkdocs to requirements.txt
Signed-off-by: Jonah Snider <[email protected]>
1 parent c2f047d commit 8fe8b06

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ echo "Generating command documentation"
1313
yarn docs
1414
cp -r tsc_output/command_docs ../docs/commands
1515
echo "Building documentation"
16-
if [[ -z "$NETLIFY" ]]; then
17-
echo "Installing mkdocs with pip"
18-
pip install mkdocs
19-
fi
2016
mkdocs build

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs

0 commit comments

Comments
 (0)