Skip to content

Commit

Permalink
Fix nonexisting build docs dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschaefer26 committed Jun 22, 2021
1 parent 1d991d1 commit 808c157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdocs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env bash

mkdir ../docs
mkdir docs
cp ../README.md docs/index.md
cp ../CONTRIBUTING.md docs/CONTRIBUTING.md
cp ../LICENSE docs/LICENSE.md
cp -R ../figures docs/
python autogen.py
mkdir ../docs
mkdocs build -c -d ../docs/

0 comments on commit 808c157

Please sign in to comment.