Skip to content

Commit

Permalink
[docs] clean up mkdocs-tmp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janscience committed Apr 23, 2024
1 parent a059a00 commit 6d98434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-docs.sh
Expand Up @@ -35,8 +35,10 @@ if command -v mkdocs >/dev/null; then
if $HAS_COVER; then
echo " - Coverage: 'cover/index.html'" >> mkdocs-tmp.yml
fi
mkdir docs
sed -e 's|docs/||; /\[Documentation\]/d; /\[API Reference\]/d' README.md > docs/index.md
mkdocs build --config-file mkdocs-tmp.yml --site-dir "$BUILDROOT"
rm mkdocs-tmp.yml
cd - > /dev/null
fi

Expand Down

0 comments on commit 6d98434

Please sign in to comment.