Skip to content

Commit

Permalink
Reference mkdocs directly in the deploy_docs script.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Sep 30, 2022
1 parent 05da2d2 commit 0a0fef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp README-tr.md docs/README-tr.md
cp README-zh.md docs/README-zh.md

# Deploy to Github pages.
mkdocs gh-deploy
python3 -m mkdocs gh-deploy

# Clean up.
rm docs/index.md \
Expand Down

0 comments on commit 0a0fef6

Please sign in to comment.